/*
	Theme Name: Kelly D. Jordan
	Theme URI: https://kellyjordanfamilylaw.com/
	Description: Kelly D Jordan Family Law Firm WordPress Theme
	Version: 1.0
	Author: Farzan Ali

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: #f5f5f5;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	/*color:#444;*/
	color: inherit;
	text-decoration:none;
}
a:hover {
	/*color:#444;*/
	color: inherit;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1280px;*/
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
}
.header-interior{
	position: relative;
}
/* logo */
.logo {
	/*width: 20%;*/
	display: inline-block;
	margin: 30px 0 0 0;
}
.logo-img {
	width: 250px;
	/*width: 200px;*/
}
/* nav */
.nav {
	text-align: center;
}

.nav .desktop-nav,
.nav .desktop-nav li{
	display: inline-block;
	text-align: center;
}

.nav .desktop-nav{
	vertical-align: top;
	padding: 0;
	/*margin: 50px 0 0 0;*/
	width: 40%;
}

.nav .desktop-nav li{
	padding-top: 50px;
	cursor: pointer;
}

.nav .desktop-nav:nth-of-type(1){
	float: left;
}

.nav .desktop-nav:nth-of-type(2){
	float: right;
}

.desktop-nav li{
	position: relative;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 20px;
	font-size: 1.3em;
}

.desktop-nav li:hover{
	color: #F15C29;
	/*font-weight: 500;*/
}

.nav .desktop-nav .sub-nav{
	/*display: none;*/
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	transform: translateY(20px);
	position: absolute;
	width: 160px;
	/*background: #f15c29;*/
	background: transparent;
	/*margin: 10px 0 0 0;*/
	padding: 20px 0 0 0;
}

.nav .desktop-nav .sub-nav-slide{
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

#post-404{
	padding: 200px;
	text-align: center;
}

#team-sub-nav{
	left: -60%;
}

#services-sub-nav{
	left: -30%;
}

.nav .desktop-nav .sub-nav li{
	font-size: 12px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	color: #fff;
	background: #f15c29;
}

.nav .desktop-nav .sub-nav li:hover{
	color: #fff;
	background: #e54f1b;
}

.hamburger{
	display: none;
}

.mobile-nav{
	display: none;
}

@media (min-width: 1500px){
	.logo-img{
		width: 300px;
	}
}

@media (max-width: 1250px) {
	.logo{
		width: 20%;
	}
}

@media (max-width: 1100px){
	.header{
		position: relative;
	}
	.nav{
		position: relative;
		width: 100%;
		top: 0;
		background: #fff;
		-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
		box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	}
	.nav .desktop-nav{
		display: none;
	}
	.logo{
		display: block;
		width: 250px;
		padding: 15px 0;
		margin: 0 auto;
	}
	.hamburger{
		display: block;
		float: left;
		margin: 10px 10px;
		position: absolute;
		margin: 15px 13px 13px 13px;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after{
		height: 3px;
		border-radius: 0;
		background: #f15c29;
	}
	.mobile-nav{
		display: none;
		position: absolute;
		margin: 0 !important;
		padding: 0;
		/*top: 73px;*/
		width: 100% !important;
		background: #F5F5F5;
	}

	.mobile-nav li{
		font-family: "proxima-nova",sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		margin: 0 20px;
		font-size: 1.3em;
	}

	.mobile-nav li:hover{
		color: #fff !important;
		background: #e54f1b;
	}

	.mobile-sub-nav{
		display: none;
		margin: 0 !important;
		padding: 0;
		width: 100% !important;
		position: relative !important;
		background: #F5F5F5 !important;
	}

	.mobile-sub-nav li{
		width: 100% !important;
		color: #f15c29 !important;
		background: #F5F5F5 !important;
		font-weight: 400;
		font-size: 1.2em;
		list-style-type: none;
	}

	.nav-link-holder .mobile-sub-nav li:hover{
		color: #f15c29 !important;
		background: #e8e8e8 !important;
	}

	.mobile-nav li{
		width: 100%;
		background: #f15c29;
		color: #fff;
		margin: 0 !important;
		padding: 10px 0;
	}
}

@media (min-width: 1480px){
	.nav ul li{
		margin: 0 5%;
	}

	#footerHeading {
		font-size: 1.4vw;
	}
}

@media (min-width: 1600px){
	.nav ul li{
		margin: 0 7%;
	}
}

@media (min-width: 1755px){
	.logo{
		width: 20%;
	}
	.logo img{
		width: 350px;
	}
	/*.nav .desktop-nav .sub-nav{
		left: -35px;
	}*/
	#team-sub-nav{
		left: -35%;
	}
	#services-sub-nav{
		left: -10%;
	}
	.desktop-nav li{
		font-size: 1.7em;
	}
}

@media (max-width: 740px){
	.logo{
		width: 200px;
	}
	.hamburger{
		position: absolute;
		top: 10px;
		margin: 0;
	}
	.mobile-nav{
		top: 73px;
	}
}

/* footer */
.footer {
	background: #fff;
	padding: 25px 0 10px 0;
}

#footerHeading {
	text-transform: uppercase;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	font-size: 1.3vw;
	letter-spacing: 5.2px;
	padding-top:20px;
	padding-bottom: 60px;
}

.footer .copyright{
	margin: 15px 0 0 0;
	text-align: center;
	color: #000;
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}

.footer .copyright a{
	color: #EF5C34;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* - HOME -*/

.hero-section{
	position: relative;
}

.slider-holder h1{
	text-transform: uppercase !important;
	font-weight: 600 !important;
}

.slider-holder p{
	color: #000 !important;
	margin: 15px 0 0 0 !important;
}

.hero-cta-1,
.hero-cta-2{
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.hero-cta-1 a{
	font-weight: 300 !important;
}

.hero-cta-2 a{
	font-weight: 500 !important;
}

.hero-cta-3 a{
	font-weight: 500 !important;
}

div#n2-ss-2 .n2-ss-layer[data-type="content"]{
	opacity: 0;
	transform: translateX(150px);
	transition: all 1s linear;
}

.sliderContent{
	opacity: 1 !important;
	transform: none !important;
}

@media (min-width: 1080px){
	div#n2-ss-2 .n2-ss-layer[data-type="content"]{
		position: absolute;
		top: 50px;
	}
}

@media (min-width: 1600px){
	.hero-section h1{
		font-size: 3em !important;
	}
	.slider-header{
		max-width: 600px !important;
	}
	.slider-paragraph{
		max-width: 540px !important;
	}
	.hero-cta-1{
		margin-right: 400px !important;
	}
	.hero-cta-2{
		margin-right: 170px !important;
	}
	.hero-cta-3{
		margin-right: 0px !important;
	}
	div#n2-ss-2 .n2-ss-layer[data-type="content"]{
		position: absolute;
		top: 0;
	}
}

@media (max-width: 1080px){
	.hero-section h1{
		font-size: 2em !important;
	}
	.slider-header{
		position: absolute !important;
		right: -50px;
	}
	.slider-paragraph{
		/*right: -60px;
		top: -90px;*/
		display: none;
	}
	.hero-cta-1{
		position: absolute !important;
		bottom: 55%;
		right: -30px;
	}

	.hero-cta-2{
		position: absolute !important;
		bottom: 53%;
		right: -40px;
	}
	.hero-cta-3{
		position: absolute !important;
		bottom: 45%;
		right: -20px;
	}
	.n2-ss-slider-3{
		height: 100% !important;
	}
	.n2-ss-slide-backgrounds{
		height: 100% !important;
	}
	#n2-ss-2-align{
		height: 100% !important;
	}
	.n2-ss-slide{
		height: 100% !important;
	}
}

@media (max-width: 900px){
	.slider-header{
		right: -40px;
	}

	.slider-paragraph{
		display: none;
	}

	.hero-cta-1{
		bottom: 60%;
		right: 0;
	}

	.hero-cta-2{
		bottom: 58%;
		right: 0;
	}
	.hero-cta-3{
		bottom: 45%;
		right: 0;
	}
	.n2-ss-slider-3{
		height: 100% !important;
	}
	.n2-ss-slide-backgrounds{
		height: 100% !important;
	}
	#n2-ss-2-align{
		height: 100% !important;
	}
	.n2-ss-slide{
		height: 100% !important;
	}
}

@media (max-width: 820px){
	.slider-header{
		top: 20%;
		left: 25px;
		margin: 0 !important;
	}

	.hero-cta-1{
		top: 38%;
		left: 25px;
		margin: 0 !important;
		box-shadow: none !important;
	}

	.hero-cta-2{
		top: 40%;
		left: 230px;
		margin: 0 !important;
		box-shadow: none !important;
	}
	.hero-cta-3{
		top: 51%;
		left: 380px;
		margin: 0 !important;
		box-shadow: none !important;
	}
	.n2-ss-slider-3{
		height: 100vh !important;
	}
	.n2-ss-slide-backgrounds{
		height: 100vh !important;
	}
	#n2-ss-2-align{
		height: 100vh !important;
	}
	.n2-ss-slide{
		height: 100vh !important;
	}
	div#n2-ss-2.n2-ss-mobilePortrait .n2-ss-slider-2 {
		height: auto !important;
	}
}

@media (max-width: 650px){
	.slider-header{
		top: 100px;
		left: 25px;
		margin: 0 !important;
	}

	.hero-cta-1{
		top: 200px;
		left: 20px;
		margin: 0 !important;
		box-shadow: none !important;
	}

	.hero-cta-2{
		top: 210px;
		left: 200px;
		margin: 0 !important;
		box-shadow: none !important;
	}
	
	.hero-cta-3{
		top: 220px !important;
		left: 370px !important;
		margin: 0 !important;
		box-shadow: none !important;
	}

	.hero-cta-1 a,
	.hero-cta-2 a,
	.hero-cta-3 a{
		font-size: 14px !important;
	}
}

@media (max-width: 580px){
	.slider-header{
		top: 30px;
		left: 25px;
		margin: 0 !important;
	}

	.hero-cta-1{
		top: 120px;
		left: 15px;
		margin: 0 !important;
		box-shadow: none !important;
	}

	.hero-cta-2{
		top: 130px;
		left: 190px;
		margin: 0 !important;
		box-shadow: none !important;
	}
	
	.hero-cta-3{
		top: 175px !important;
		left: 230px !important;
		margin: 0 !important;
		box-shadow: none !important;
	}
}

@media (max-width: 400px){
	.slider-holder h1{
		font-size: 25px !important;
		max-width: 300px !important;
		padding: 3px 5px 3px 5px !important;
		background: rgba(255, 255, 255, 0.6) !important;
	}

	.slider-header{
		top: 50px;
		left: 25px;
		margin: 0 !important;
	}

	.hero-cta-1{
		top: 130px;
		left: 5px;
		margin: 0 !important;
		box-shadow: none !important;
	}

	.hero-cta-2{
		top: 140px;
		left: 150px;
		margin: 0 !important;
		box-shadow: none !important;
	}
	
	.hero-cta-2{
		top: 175px !important;
		left: 220px !important;
		margin: 0 !important;
		box-shadow: none !important;
	}

	.hero-cta-1 a,
	.hero-cta-2 a,
	.hero-cta-3 a{
		font-size: 10px !important;
		padding: 7px 20px;
	}

	div#n2-ss-2 .n2-ss-layer[data-type="content"]{
		position: absolute;
		/*top: -25vh;*/
		top: 0;
	}
}

.services-holder{
	position: absolute;
	bottom: 0;
	width: 100%;
	/*-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);*/
}

.service-box{
	display: inline-block;
	position: relative;
	width: 16.666%;
	height: 0;
	padding-bottom: 16.666%;
	float: left;
	/*transition: all 1s linear;*/
	/*height: 200px;*/
}

.service-box h3{
	position: absolute;
	bottom: 5px;
	padding: 0 0 0 10px;
	margin: 5px 0;
	z-index: 2;
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5vw;
}

#sb1{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/servicebg1.jpg');
	background-size: cover;
	background-position: center;
}

#sb2{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/servicebg2.jpg');
	background-size: cover;
	background-position: center;
}

#sb3{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/servicebg3.jpg');
	background-size: cover;
	background-position: center;
}

#sb4{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/servicebg4.jpg');
	background-size: cover;
	background-position: center;
}

#sb5{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/servicebg5.jpg');
	background-size: cover;
	background-position: center;
}

#sb6{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/servicebg6.jpg');
	background-size: cover;
	background-position: center;
}

#sb2, #sb4, #sb6{
	transform: translateY(50px);
}

.service-img-filter{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(241,92,41,0.6);
	z-index: 1;
}

@media (max-width: 900px){
	.service-box h3{
		font-size: 1.5em;
	}
}

@media (max-width: 860px){
	.services-holder{
		position: relative;
		background: transparent;
		transform: translateY(-160px) !important;
	}
	.service-box{
		width: 50%;
		height: 0;
		padding-bottom: 50%;
		/*height: 300px;*/
		float: none;
		transform: none !important;
	}
	.service-box h3{
		font-size: 1.8em;
	}
	#sb2{
		float: right;
		transform: translate(0,100px) !important;
	}
	#sb3{
		transform: translateY(-3px) !important;
	}
	#sb4{
		float: right;
		transform: translate(0,97px) !important;
	}
	#sb5{
		transform: translateY(-6px) !important;
	}
	#sb6{
		float: right;
		transform: translate(0,94px) !important;
	}
}

@media (max-width: 820px){
}

h1.page-title{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	/*font-size: 4em;*/
	font-size: 4vw;
	margin-top: 0;
	/*margin-bottom: 100px;*/
}

@media (min-width: 1500px){
	h1.page-title{
		font-size: 3vw;
	}
}

@media (min-width: 1800px){
	h1.page-title{
		font-size: 2.5vw;
	}
}

@media  (max-width: 930px){
	h1.page-title{
		font-size: 3.5em;
	}
}

.home-bio{
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 50px;
	max-width: 1000px;
	/*overflow: hidden;*/
}

/*.home-bio h1{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	color: #414042;
	text-align: center;
	text-transform: uppercase;
	font-size: 4em;
	margin-bottom: 100px;
}*/

.bio-img{
	width: 60%;
	/*height: 250px;*/
	overflow: hidden;
	display: inline-block;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transform: translateX(-50px);
	opacity: 0;
	transition: all 0.5s linear;
}

.bio-img img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.bio-img:hover img{
	filter: none;
}

.bio-info{
	width: 50%;
	height: 170px;
	position: absolute;
	top: 35%;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.5s linear;
}

.bio-slide{
	opacity: 1;
	transform: none;
}

.bio-info-holder{
	display: block;
	margin: 0 auto;
	width: 90%;
	position: relative;
}

.bio-info h3{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	color: #414042;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 14px 0;
}

.bio-info p{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px solid #bcbec0;
}

.bio-info input{
	font-family: 'proxima-nova', sans-serif;
	color: #fff;
	font-weight: 500;
	background: #f15c29;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 2px;
	padding: 5px 15px;
	bottom: 0;
	/*transform: translateY(70%);*/
}

@media (min-width: 1280px){
	.bio-info{
		top: 55%;
	}
}

/*@media (min-width: 2100px){
	.bio-info{
		top: 60%;
	}
}*/

@media (max-width: 1209px){
	.bio-info{
		height: 190px;
	}

	/*.bio-info input{
		transform: translateY(40%);
	}*/
}


@media (max-width: 1050px){
	.bio-img{
		width: 100%;
		display: block;
	}
	.bio-info{
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		padding: 10px 0;
		margin-top: 20px;
	}
	.bio-info p{
		padding: 15px 0 0 0;
	}
	.bio-info input{
		transform: translateY(60%);
	}
}

@media (max-width: 700px){
	.home-bio{
		margin-top: -100px;
		overflow: hidden;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 460px){
	.bio-img{
		height: auto;
	}
}

.team-section{
	position: relative;
	width: 100%;
	text-align: center;
	/*margin-top: 100px;*/
	overflow: hidden;
}

.team-section1{
	margin-top: -50px;
}

.team-section2{
	margin-top: -220px;
}

.team-holder{
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
	margin-bottom: -150px;
}

.team-column{
	display: inline-block;
	width: 80%;
	max-width: 400px;
	vertical-align: top;
}

.team-column-1{
	padding-top: 100px;
}

.team-column-2{
	padding-top: 200px;
	padding-bottom: 50px;
}



.team-member{
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	margin-bottom: 50px;
	background: #fff;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
	background-size: cover !important;
	background-position: center !important;
}

.team-member:hover{
	filter: none;
}

#lawyer1{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/team01.jpg');
}

#lawyer2{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/team02.jpg');
}

#lawyer3{
	text-align: right;
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/team07.jpg');
}

#lawyer4 {
    text-align: right;
    background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/team09.jpg');
}

#lawyer4 h3 {
	text-align: left;
}

#lawyer4 {
	text-align: left;
}

#team1{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/team04.jpg');
}

#team2{
	text-align: right;
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/team08.jpg');
}

#team3{
	background: url('https://kellyjordanfamilylaw.com/wp-content/themes/KDJ/img/team11.jpg');
}

#team4{
	background: url('https://kellyjordanfamilylaw.com/wp-content/uploads/2020/12/Screen-Shot-2020-12-29-at-2.58.28-PM.png');
}

.team-member h3{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 1px;
	margin: 0 10px 0 10px;
	padding-top: 10px;
	line-height: 25px;
}

.team-member p{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 0 10px 0 10px;
}

@media (max-width: 805px){
	.team-section2{
		transform: none;
		margin-top: 50px;
	}
}

@media (max-width: 580px){
	.team-member h3{
		font-size: 1.5em;
	}

	.team-member p{
		font-size: 1em;
	}
}

@media (max-width: 530px){
	.team-section{
		margin-top: 50px;
	}
}

.team-quote{
	width: 100%;
	overflow: hidden;
	background: #f15c29;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.team-quote1{
	position: relative;
	/*max-width: 400px;*/
	width: 47%;
	bottom: 250px;
	/*margin-left: auto;*/
	left: 0;
	margin-top: 80px;
	padding: 20px 20px;
	transform: translateX(-100%);
	transition: all 1.2s ease-in;
}

.team-quote1-slide{
	transform: none;
}

.team-quote1 p{
	text-align: center !important;
}

.team-quote img{
	position: absolute;
	z-index: 2;
	width: 30px;
}

.team-quote p{
	width: 60%;
	display: block;
	margin: 0 auto;
	font-family: 'myriad-pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 2;
	text-align: left;
	z-index: 1;
	position: relative;
}

.quote-left{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	left: 20px;
	top: 10px;
}

.quote-right{
	right: 20px;
	bottom: 10px;
}

.firm-section{
	position: relative;
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}

@media (min-width: 1280px){
	/*.team-quote1{
		max-width: 450px;
	}*/

	.team-quote1 p{
		font-size: 26px !important;
	}
}

@media (max-width: 805px){
	.team-column{
		display: block;
		margin: 0 auto;
		padding: 0;
		transform: none !important;
	}

	.team-quote{
		position: relative;
		top: 0;
	}

	.team-quote1{
		width: 80%;
	}
}

@media (max-width: 400px){
	.team-quote1{
		max-width: 300px;
	}
	.team-quote1 p{
		font-size: 16px !important;
	}
}

.firm-img{
	display: block;
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
	transition: all 0.4s linear;
	transform: translateY(-50px);
	opacity: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.firm-img:hover{
	filter: none;
}

.firm-slide{
	transform: none;
	opacity: 1;
}

.firm-img img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.firm-info{
	width: 60%;
	display: block;
	margin: 0 auto;
	background: #fff;
	padding: 20px 20px;
	transition: all 0.4s linear;
	transform: translateY(50%);
	opacity: 0;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.firm-info-slide{
	transform: translateY(-50%);
	opacity: 1;
}

.firm-info h2{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	color: #414042;
	font-size: 1.5em;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
}

.firm-info h2:nth-of-type(2){
	margin: 0 0 0 50px;
}

.firm-info p{
	font-family: 'myriad-pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	border-top: 1px solid #bcbec0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 20px;
}

.firm-info input{
	font-family: 'proxima-nova', sans-serif;
	color: #fff;
	font-weight: 500;
	background: #f15c29;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 2px;
	padding: 5px 15px;
	bottom: 0;
	position: absolute;
	transform: translateY(15px);
	right: 10%;
}

@media (max-width: 950px){
	.firm-info h2:nth-of-type(2){
		margin: 0;
		display: block;
	}
}

@media (max-width: 530px){
	.firm-info{
		width: 80%;
	}
	.firm-info-slide{
		transform: translateY(0%);
		margin-top: 20px;
	}
}

.fertility-section{
	display: block;
	margin: 25px auto;
	width: 100%;
	max-width: 1280px;
}

.fertility-section input,
.mediation-section input{
	font-family: 'proxima-nova', sans-serif;
	color: #fff;
	font-weight: 500;
	background: #f15c29;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 2px;
	padding: 5px 15px;
	transform: translateY(30px);
}

.mediation-section{
	display: block;
	margin: 50px auto;
	width: 100%;
	max-width: 1280px;
}

.news-section{
	display: block;
	margin: 0 auto;
	width: 80%;
	text-align: center;
	margin-bottom: 100px;
}

@media (max-width: 805px){
	.news-section{
		/*margin-top: 50px;*/
	}
}

.home-news-holder{
	width: 200px;
	display: inline-block;
	text-align: left;
	margin: 0 40px;
	vertical-align: top;
}

.home-news-holder:nth-of-type(2){
	transform: translateY(20px) !important;
}

.home-news-holder img{
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.home-news-holder img:hover{
	filter: none;
}

.home-news-holder h3{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 15px;
}

@media (min-width: 1600px){
	.home-news-holder{
		width: 300px;
	}
}

@media (max-width: 1057px){
	.home-news-holder{
		transform: none !important;
		margin-bottom: 20px;
	}
	.home-news-holder:nth-of-type(2){
		transform: none !important;
	}
}

@media (max-width: 705px){
	.home-news-holder{
		display: block;
		margin: 0 auto;
		margin-bottom: 50px;
		width: 80%;
	}
}

.team-quote2{
	width: 80%;
	font-weight: 700;
	max-width: 800px;
	position: relative;
	padding: 50px 20px;
	transform: translateX(-100%);
	transition: all 1s ease-in;
}

.team-quote2-slide{
	transform: none;
}

.team-quote2 p{
	width: 80%;
}

.team-quote2 img{
	width: 50px;
}

.team-quote2 .quote-filter{
	width: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 600px){
	.team-quote2 img{
		width: 40px;
	}
	.team-quote2 p{
		font-size: 14px;
		padding: 15px 0;
		width: 100%;
	}
}

.article-section{
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
}

.articles-holder{
	width: 80%;
	max-width: 800px;
	display: flex;
	margin: 0 auto;
	text-align: center;
}

.home-article-holder{
	position: relative;
	background-position: center !important;
	background-size: 200% !important;
	background-repeat: no-repeat !important;
	width: 250px;
	height: 250px;
	/*display: inline-block;*/
	border: 5px solid transparent;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	transition: all 0.2s linear;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.home-article-holder:hover{
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	z-index: 3;
	background-size: 210% !important;
	-webkit-filter: none;
	filter: none;
}

/*.article-background-image{
	width: 100%;
	height: 100%;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: absolute;
}*/

.article-section a:nth-of-type(1) .home-article-holder{
	/*transform: translateX(4px);*/
}

.article-section a:nth-of-type(2) .home-article-holder{
	transform: translateY(40px);
}

.article-section a:nth-of-type(3) .home-article-holder{
	/*transform: translateX(-3px);*/
}

.article-section a:nth-of-type(4) .home-article-holder{
	transform: translate(4px, -10px);
}

.article-section a:nth-of-type(5) .home-article-holder{
	transform: translateY(30px);
}

.article-section a:nth-of-type(6) .home-article-holder{
	transform: translate(-3px, -10px);
}

.home-article-holder h3{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 1.3em;
	text-transform: uppercase;
	background: #fff;
	padding: 5px 5px 5px 10px;
	text-align: left;
	width: 70%;
	transform: translateX(-5px);
}

@media (max-width: 945px){
	.articles-holder{
		display: block;
	}
	.articles-holder a{
		width: 250px;
		display: block;
		margin: 0 auto;
	}
	.home-article-holder{
		display: block;
		margin: 0 auto;
		transform: none !important;
	}
}

.testimonials{
	width: 80%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}

/*.testimonials h1{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 300;
	color: #414042;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 4em;
	margin-bottom: 50px;
	margin-top: 0;
}*/

.wpmslider-viewport{
	/*-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);*/
}

.testimonials p{
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
	color: #414042;
}

.testimonial-inner{
	display: block;
	margin: 0 auto;
	width: 100% !important;
	border: none !important;
	background: transparent !important;
}

.testimonial{
	border: none !important;
}

.testimonial-inner h3.testimonial-heading{
	color: #f15c29;
	font-family: 'myriad-pro', sans-serif;
	font-weight: 700;
	font-size: 6em;
	text-align: center !important;
	text-transform: uppercase;
	margin: 0;
	/*display: inline-block;*/
	display: none;
	width: 120px;
	height: 120px;
	padding: 8px 15px;
	border: 3px solid #fff;
	vertical-align: top;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.testimonial-inner .testimonial-content{
	/*display: inline-block;
	width: 80%;*/
	display: block;
	width: 100%;
}

.testimonial-inner .testimonial-content p{
	margin-top: 15px !important;
	padding-left: 5%;
}

.strong-view .wpmslider-wrapper .wpmslider-pager-item{
	margin: 0 10px;
}

.strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:before{
	content: "" !important;
	color: #414042 !important;
	border: 1px solid #414042;
	width: 40px !important;
	height: 5px;
}

.strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:hover:before{
	background-color: #414042 !important;
}

.strong-view.pager-style-buttons .wpmslider-wrapper a.active:before{
	background-color: #414042 !important;
}

.wpmslider-controls-direction{
	display: none !important;
}

@media (max-width: 800px){
	.testimonial-heading{
		/*display: block !important;*/
		display: none;
		margin: 0 auto !important;
	}
	.testimonial-content{
		display: block !important;
		width: 100% !important;
	}
}

.footer-col-1{
	display: block;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

.footer-col{
	display: inline-block;
	vertical-align: top;
	/*width: 30%;*/
	margin: 0 30px 30px 30px;
	text-align: center;
}

.footer-col h3{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	font-size: 2em;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
}

.footer-col ul{
	display: block;
	padding: 0 0 0 5px;
}

.footer-col ul li{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 2px;
	color: #000;
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin-bottom: 3px;
}

.footer-col ul li:hover{
	color: #f15c29;
}

.footer-col i{
	font-size: 30px;
	transition: all 0.1s linear;
}

.footer-col i.fa-facebook-f{
	margin-right: 20px;
}

.footer-col i:hover{
	color: #EF5C34;
}

@media (max-width: 780px){
	.footer-col{
		display: block;
		width: 100%;
		margin: 25px 0;
		text-align: left;
	}
}

/* - DEFAULT PAGE TEMPLATE -*/

.page-section{
	overflow: hidden;
}

.page-section .panel-layout{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

.page-section .page-title{
	margin-bottom: 50px;
}

.page-hero{
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-title-banner{
	display: block;
	margin: 0 auto;
	width: 80%;
}

.page-title-card{
	position: relative;
	width: 80%;
	max-width: 450px;
	margin-left: auto;
	right: 50px;
	top: 25vh;
}

.page-title-card h1{
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-size: 5em;
	font-weight: 500;
	line-height: 60px;
	background: rgba(255,255,255,0.6);
	padding: 5px 10px;
}

.page-title-card p{
	margin: 5px 0 15px 0;
	padding: 3px 10px;
	color: #000;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	background: rgba(255,255,255,0.6);
}

.page-title-card input{
	background: #f15c29;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2em;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.fertility-hero-section{
	height: 110vh;
}

#fertility-title-card{
	padding: 10px 10px;
	max-width: 500px;
}

#fertility-title-card h1{
	font-weight: 800;
	font-size: 3em;
	/*background: transparent;*/
	background: rgba(255,255,255,0.6);
	margin: 0;
	padding: 10px 5px;
	line-height: 50px;
	letter-spacing: 1px;
}

#fertility-title-card p{
	/*background: transparent;*/
	background: rgba(255,255,255,0.6);
	margin: 0;
	padding: 10px 5px;
}

#fertility-title-card input{
	margin: 15px 0 0 0;
}

@media (min-width: 1600px){
	#fertility-title-card h1{
		font-size: 4em;
		line-height: 60px;
	}
}

.page-module-1{
	width: 70%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transform: translateY(50px);
	transition: all 0.5s linear;
	opacity: 0;
}

.page-module-1-slide{
	opacity: 1;
	transform: translateY(-120px);
}

.page-module-1 .widget-title{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.page-module-1 p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
	margin: 5px 0;
}

.page-module-1 ul,
.page-module-2 ul,
.page-module-3 ul,
.page-module-4 ul,
.page-module-5 ul{
	padding-left: 15px;
}

.page-module-1 ol,
.page-module-2 ol,
.page-module-3 ol,
.page-module-4 ol,
.page-module-5 ol{
	padding-left: 15px;
}

.page-module-1 ul li,
.page-module-2 ul li,
.page-module-3 ul li,
.page-module-4 ul li,
.page-module-5 ul li{
	font-size: 16px;
	margin: 10px 0;
	font-weight: 300;
}

.page-module-1 ol li,
.page-module-2 ol li,
.page-module-3 ol li,
.page-module-4 ol li,
.page-module-5 ol li{
	font-size: 16px;
	margin: 10px 0;
	font-weight: 300;
}

.page-module-1 a,
.page-module-2 a,
.page-module-3 a,
.page-module-4 a,
.page-module-5 a{
	color: #f15c29;
	text-decoration: underline;
	word-wrap:break-word;
}

.page-module-2{
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 1280px;
}

.page-module-2 .so-panel{
	margin: 0 !important;
}

.page-module-2 .sow-image-container{
	/*height: 400px;*/
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s linear;
	opacity: 0;
	transform: translateY(-120px);
}

.page-module-2-image-slide{
	opacity: 1 !important;
	transform: none !important;
}

.page-module-2-text{
	width: 80%;
	display: block;
	margin: 0 auto;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	/*transform: translateY(-100px);*/
	transition: all 0.5s linear;
	opacity: 0;
	transform: translateY(120px);
}

.page-module-2-text-slide{
	opacity: 1 !important;
	transform: translateY(-100px) !important;
}

.page-module-2 .widget-title{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.page-module-2-text p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
	margin: 5px 0;
}

.page-module-2 .sow-image-container img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.page-module-2 .sow-image-container:hover img{
	filter: none;
}

.page-module-3{
	display: block;
	margin: 0 auto;
	width: 80%;
}

.page-module-3 .so-panel{
	margin: 0 !important;
}

.page-module-3 .page-module-3-image{
	width: 50%;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s linear;
	transform: translateX(-120px);
	opacity: 0;
}

.page-module-3-image img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.page-module-3-image:hover img{
	filter: none;
}

.page-module-3-image-slide{
	opacity: 1 !important;
	transform: none !important;
}

.page-module-3-text{
	position: relative;
	width: 70%;
	display: block;
	margin-left: auto;
	right: 0;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transform: translate(120px, -25%);
	transition: all 0.5s linear;
	opacity: 0;
}

.page-module-3-text-slide{
	opacity: 1 !important;
	transform: translate(0, -25%) !important;
}

.page-module-3-text .widget-title{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.page-module-3-text p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
	margin: 5px 0;
}

.page-module-4{
	margin-bottom: 50px;
}

.page-module-4 .widget-title{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.page-module-4 p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
}

.page-module-4-text{
	width: 80%;
	vertical-align: top;
	transform: translateX(50px);
	transition: all 0.5s linear;
	opacity: 0
}

.page-module-4-text p{
	margin: 5px 0;
}

.page-module-4-text-slide{
	opacity: 1 !important;
	transform: none !important;
}

.page-module-4-image{
	transform: translateY(120px);
	transition: all 0.5s linear;
	opacity: 0
}

.page-module-4-image img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.page-module-4-image:hover img{
	filter: none !important;
}

.page-module-4-image-slide{
	transform: none !important;
	opacity: 1 !important;
}

.page-module-4-image img{
	width: 80% !important;
	display: block !important;
	margin: 0 auto !important;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.page-module-5{
	display: block;
	margin: 0 auto;
	margin-top: -100px;
	margin-bottom: 50px;
	width: 70%;
	max-width: 1000px;
	position: relative;
}


.page-module-5 .page-module-5-image{
	width: 90%;
	position: absolute;
	margin-top: 15%;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s linear;
	transform: translateX(-120px);
	opacity: 0;
}

.page-module-5 .page-module-5-image-slide{
	opacity: 1 !important;
	transform: none !important;
}

.page-module-5 .page-module-5-image img{
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.page-module-5 .page-module-5-image:hover img{
	filter: none !important;
}

.page-module-5-text{
	position: relative;
	width: 50%;
	display: block;
	margin-left: auto;
	right: 0;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s linear;
	transform: translateY(120px);
	opacity: 0;
}

.page-module-5-text-slide{
	opacity: 1 !important;
	transform: none !important;
}

.page-module-5-text .nf-form-cont{
	margin: 30px 0 0 0;
}

.page-module-5-text .nf-form-cont .nf-field-label label{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.page-module-5-text .nf-form-cont input[type=button]{
	margin: 0;
}

.page-module-5-text .nf-form-cont .nf-field-element textarea{
	height: 100px;
}

.page-module-5 .widget-title{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.page-module-5 p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
}

#fertility-consultation-form{
	margin-top: 50px;
}

@media (max-width: 980px){
	.page-title-banner{
		width: 100%;
	}
	.page-module-3-text{
		transform: translate(120px,-15%);
	}
	.page-module-3-text-slide{
		transform: translate(0,-15%) !important;
	}
	.page-module-2-text{
		transform: translateY(120px);
	}
	.page-module-2-text-slide{
		transform: translateY(-50px) !important;
	}
	.page-module-5{
		width: 80% !important;
	}
	.page-module-5-text{
		width: 100%;
	}
	.page-module-5-text .nf-form-cont{
		width: 100%;
	}
	.page-module-5 .page-module-5-image{
		width: 100%;
		position: relative;
		margin: 0;
	}
}

.fertility-posts-holder{
	display: block;
	margin: 50px auto 100px auto;
	width: 100%;
	max-width: 1280px;
	text-align: center;
}

.fertility-posts-holder .widget-title{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.fertility-post-box{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 20px;
}

.fertility-post-box:nth-of-type(2){
	padding-top: 50px;
}

.fertility-post-box:nth-of-type(3){
	padding-top: 100px;
}

.fertility-news-holder{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 300px;
	background-position: center !important;
	background-size: 200% !important;
	vertical-align: top;
	transition: all 0.2s linear;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.fertility-news-holder:hover{
	filter: none;
	background-size: 210% !important;
}

.fertility-news-holder h3{
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	padding: 5px 5px 5px 10px;
	text-align: left;
	width: 80%;
	position: absolute;
	bottom: 20px;
}

.fertility-news-excerpt{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-family: 'myriad-pro', sans-serif;
	margin-top: 15px;
}

.fertility-news-excerpt a{
	text-decoration: underline;
}

@media (max-width: 685px){
	.fertility-post-box{
		display: block;
		margin: 0 auto 50px auto;
		padding: 0 !important;
	}
}

.ufaq-faq-div{
	padding: 10px 0 !important;
	display: block;
	margin: 25px auto !important;
	text-align: left;
	background: #f15c29;
	color: #fff;
	width: 80%;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.ufaq-faq-body{
	background: #fff;
	font-family: 'myriad-pro',sans-serif;
	font-size: 16px;
	color: #000;
	margin: 5px 0;
}

.ewd-ufaq-post-margin-symbol span{
	margin-top: 3px;
	margin-left: 10px;
}

.ufaq-faq-div h4{
	font-size: 20px;
	font-family: 'myriad-pro',sans-serif;
	font-weight: 400;
}

.ewd-ufaq-author-date,
.ufaq-faq-categories,
.ufaq-faq-tags,
.ufaq-permalink,
.ufaq-faq-body .comment-respond{
	display: none;
}

@media (max-width: 400px){
	.fertility-posts-holder{
		width: 80%;
	}
	.fertility-posts-holder .home-news-holder{
		width: 100%;
	}
}


@media (max-width: 800px){
	.page-module-2 .sow-image-container{
		height: auto !important;
	}
	.page-module-3-text{
		transform: translate(120px,-10%);
	}
	.page-module-3-text-slide{
		transform: translate(0,-10%) !important;
	}
}

@media (max-width: 780px){
	.page-module-4{
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.page-module-4-text{
		margin: 0 auto;
	}
}

@media (max-width: 1100px){
	#fertility-title-card{
		top: 7vh;
	}
}

@media (max-width: 1280px){
	.page-title-card{
		top: 20vh;
	}
}

@media (max-width: 720px){
	.page-module-1{
		width: 80% !important;
	}
}

@media (max-width: 650px){
	.page-title-card h1{
		font-size: 4em;
	}
	.page-section .panel-grid{
		margin-bottom: 100px !important;
	}

	.page-section .panel-grid:nth-of-type(1){
		margin-bottom: 30px !important;
	}

	.page-module-2-text{
		width: 100% !important;
	}
	.page-module-2-text-slide{
		transform: none !important;
	}
	.page-module-3 .page-module-3-image{
		width: 100% !important;
	}
	.page-module-3-text{
		width: 100%;
		transform: translate(120px,0);
	}
	.page-module-3-text-slide{
		transform: none !important;
	}
}

/* - BLOG PAGE TEMPLATE -*/

.sidebar{
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
}

.sidebar-mobile{
	width: 100% !important;
	float: none !important;
	display: none !important;
	margin: 0 auto !important;
	padding-bottom: 50px;
	text-align: center !important;
}

.sidebar-mobile h3{
	width: 100% !important;
	max-width: 100% !important;
}

.sidebar ul{
	margin: 0;
	padding-left: 10%;
}

.sidebar ul li{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	padding: 3px 0;
	list-style-type: none;
	color: #000;
}

.sidebar ul li:hover{
	color: #f15c29;
}

.sidebar h3{
	width: 80%;
	max-width: 250px;
	/*background: #f15c29;*/
	color: #f15c29;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 5px 5px 10%;
	font-size: 1.5em;
}

.blog-main h1.page-title{
	margin: 50px 0;
}

.blog-section{
	display: block;
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
}

.blog-section article.post{
	position: relative;
	display: inline-block;
	width: 40%;
	height: 0;
	padding-bottom: 25%;
	margin: 20px 20px 50px 20px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	text-align: center;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.blog-section article.post:hover{
	filter: none;
}

.blog-section article.post .post-title-holder{
	position: absolute;
	width: 80%;
	display: block;
	margin: 0 auto;
	bottom: -40px;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.blog-section article.post h2{
	text-align: left;
	font-family: 'myriad-pro', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	padding: 5px 5px;
	margin: 0;
	color: #000;
}

.blog-section article.post p{
	text-align: left;
	padding: 5px 5px;
	margin: 0;
	font-size: 12px;
	font-family: 'proxima-nova', sans-serif;
	letter-spacing: 1px;
	color: #000;
}

.blog-section article.post p.post-date{
	font-weight: 700;
	padding: 0 0 0 5px;
	color: #000;
}

/*.blog-posts-holder a:nth-of-type(2) article,
.blog-posts-holder a:nth-of-type(4) article,
.blog-posts-holder a:nth-of-type(6) article{
	transform: translateY(25px);
}*/

.wp-pagenavi{
	width: 100%;
	display: block;
	margin: 50px 0;
}

.wp-pagenavi span,
.wp-pagenavi a{
	color: #f15c29;
	border: none;
	font-size: 16px;
	font-family: 'proxima-nova', sans-serif;
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover{
	color: #414042;
}

.wp-pagenavi span.current{
	font-weight: 700;
}

.wp-pagenavi a{
	font-weight: 600;
}

@media (max-width: 940px){
	.blog-section article.post p{
		font-size: 8px;
	}
}

@media (max-width: 700px){
	.sidebar-desktop{
		display: none;
	}
	.sidebar-mobile{
		display: block !important;
	}
	.blog-section article.post{
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-bottom: 70px;
		padding-bottom: 50%;
	}
}

@media (max-width: 415px){
	.blog-section article.post{
		width: 80%;
		padding-bottom: 80%;
	}
}

/* - POST PAGE TEMPLATE -*/

.single-post-section{
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 75px;
}

.single-post-section .attachment-post-thumbnail{
	width: 100%;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.single-post-content{
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 15px 20px;
	background: #fff;
	transform: translateY(-120px);
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	font-family: 'proxima-nova', sans-serif;
	color: #000;
}

.single-post-content h1{
	/*width: 80%;*/
	display: block;
	margin: 0 auto;
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	padding: 10px 0;
}

.single-post-content p{
	/*width: 80%;*/
	display: block;
	margin: 15px auto;
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
}

.single-post-content p.single-post-date{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.single-post-content ul,
.single-post-content ol{
	padding-left: 15px;
}

.single-post-content ul li,
.single-post-content ol li{
	font-size: 16px;
	margin: 10px 0;
	font-family: 'myriad-pro', sans-serif;
	color: #636466;
	font-weight: 300;
}

.single-post-content a{
	color: #f15c29;
	text-decoration: underline;
	word-wrap: break-word;
}

.crp_related{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 80%;
	background: #fff;
	padding: 20px 0;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.crp_related h3{
	margin: 10px 15px 0 15px;
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	padding: 10px 0;
	margin-bottom: 20px;
}

.crp_related ul{
	padding: 0;
	text-align: center;
}

.crp_related li{
	position: relative;
	list-style-type: none;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin: 0 20px;
}

.crp_related li span{
	font-family: 'myriad-pro', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.5em;
	text-align: left;
	padding: 5px 5px;
	width: 80%;
	display: block;
	margin: 0 auto;
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transform: translateY(-15px);
}

.crp_related li img{
	height: auto;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

@media (max-width: 800px){
	.single-post-content{
		transform: none;
		margin-bottom: 50px;
		width: 100%;
	}
	.crp_related{
		width: 100%;
	}
}

@media (max-width: 625px){
	.crp_related li{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
}

/* - CONTACT PAGE TEMPLATE -*/

.location-section{
	display: block;
	margin: 50px auto;
	width: 80%;
	max-width: 1280px;
}

.location-section .page-title{
	margin-bottom: 50px;
}

.map-holder{
	vertical-align: top;
	width: 60%;
	display: inline-block;
}

.map-holder iframe{
	width: 100%;
	height: 350px;
	border: none;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.location-info{
	vertical-align: top;
	width: 35%;
	display: inline-block;
	padding: 0 0 0 20px;
}

.location-info h2{
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
	color: #000;
}

.location-info p{
	font-family: 'proxima-nova', sans-serif;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
}

.location-info p.address{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 3px 0 20px 0;
	color: #000;
}

.location-info p strong{
	text-transform: uppercase;
	font-size: 14px;
}

.location-info p.location-text{
	font-size: 12px;
	margin: 15px 0;
	color: #000;
}

.location-info a{
	text-decoration: underline;
}

.contact-section{
	width: 80%;
	max-width: 1280px;
	display: block;
	margin: 0 auto;
}

.contact-holder{
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-bottom: 100px;
	background: #fff;
	padding: 20px 20px 5px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.contact-holder p{
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'proxima-nova', sans-serif;
	color: #000;
}

.nf-form-cont{
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	width: 80%;
}

.nf-field-container{
	margin-bottom: 15px !important;
}

.nf-form-fields-required{
	display: none;
}

.nf-form-cont input{
	padding: 5px 5px;
	font-size: 14px;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #f15c29 !important;
}

.nf-form-cont textarea{
	padding: 5px 5px;
	font-size: 14px;
	font-family: 'proxima-nova', sans-serif;
	letter-spacing: 1px;
	border: 2px solid #f15c29 !important;
}

.nf-form-cont input[type=button]{
	background: #f15c29;
	border: none;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 5px 20px;
	font-size: 20px;
	display: block;
	margin: 0 auto;
	/*transform: translateY(35px);*/
}

@media (max-width: 900px){
	.map-holder,
	.location-info{
		width: 100%;
		display: block;
		margin: 25px 0;
	}
}

@media (max-width: 800px){
	.contact-holder{
		width: 100%;
	}
	.nf-form-cont{
		width: 100%;
	}
}

/* - FAMILY LAW PAGE TEMPLATE -*/

.family-law-section{
	overflow: hidden;
}

.title-banner{
	background: #f15c29;
	width: 75%;
	max-width: 800px;
	margin: 0 0 50px 0;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transform: translateX(-20%);
	opacity: 0;
	transition: all 0.5s linear;
}

.title-banner-slide{
	transform: none !important;
	opacity: 1 !important;
}

.title-banner h1{
	color: #fff;
}

.family-law-links{
	position: relative;
	background: #fff;
	border: 2px solid #f15c29;
	padding: 10px 10px;
	width: 80%;
	margin-left: auto;
	right: 0;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s linear;
	transform: translateX(20%);
	opacity: 0;
}

.family-law-links-slide{
	transform: none !important;
	opacity: 1 !important;
}

.family-law-links h2{
	font-size: 1.6em;
	color: #000;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.family-law-links h3{
	color: #f15c29;
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.5em;
	margin: 0;
}

.family-law-links p{
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	width: 80%;
	margin: 0 0 20px 0;
	color: #000;
}

.family-law-info-holder{
	width: 100%;
	margin: 100px 0 0 0;
	text-align: center;
}

.family-law-column{
	display: inline-block;
	width: 80%;
	max-width: 400px;
	vertical-align: top;
}

.family-law-column-1{
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.5s linear;
}

.family-law-column-1-slide{
	opacity: 1 !important;
	transform: none !important;
}

.family-law-column-2{
	padding-top: 100px;
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.5s linear;
}

.family-law-column-2-slide{
	opacity: 1 !important;
	transform: none !important;
}

.family-law-info{
	width: 80%;
	height: 0;
	padding: 10px 10px 80% 10px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.family-law-info-1{
	background: #fff;
}

.family-law-info-2{
	background: #f15c29;
}

.family-law-info-1 h2{
	font-size: 1.4em;
	color: #000;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0 10px 0;
}

.family-law-info-1 a{
	color: #f15c29;
	text-decoration: none;
	font-size: 12px;
	margin: 0 10px 0 0;
}

.family-law-info-1 p{
	font-size: 12px;
	color: #000;
	font-family: 'proxima-nova', sans-serif;
	margin-top: 0;
}

.family-law-info-2 h2{
	font-size: 1.4em;
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.family-law-info-2 a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin: 0 10px 0 0;
	text-decoration: underline;
	font-weight: 700;
}

.family-law-info-2 p{
	font-size: 12px;
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	margin-top: 0;
}

@media (max-width: 805px){
	.family-law-column{
		display: block;
		margin: 0 auto;
	}
	.family-law-column-2{
		padding-top: 0;
	}
	.family-law-info{
		width: 100%;
	}
}

@media (max-width: 720px){
	.family-law-links{
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 500px){
	.family-law-info{
		padding: 10px 10px;
		height: auto;
	}
}

/* - KELLY D. JORDAN PAGE TEMPLATE -*/

.kdj-bio-section{
	overflow: hidden;
}

.kdj-hero{
	background-position: left !important;
}

.kdj-hero h2{
	font-family: 'proxima-nova', sans-serif;
	font-size: 3em;
	font-weight: 400;
	text-transform: uppercase;
	color: #636466;
	margin: 0 0 10px 0;
	background: rgba(255,255,255,0.6);
	padding: 5px 10px;
}

.kdj-hero input{
	display: inline-block;
}

.kdj-hero input:nth-of-type(2),
#kdj-cv{
	position: relative;
	background: #939598;
	margin-top: auto;
	margin-left: 15px;
	bottom: -15px
}

.kdj-bio-card{
	width: 70%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.5s linear;
}

.kdj-bio-card-slide{
	opacity: 1;
	transform: translateY(-120px);
}

.kdj-bio-card h1{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0;
	padding: 10px 0;
}

.kdj-bio-card p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
	margin: 5px 0;
}

.kdj-bio-card ul,
.kdj-bio-card ol{
	padding-left: 15px;
}

.kdj-bio-card ul li,
.kdj-bio-card ol li{
	font-size: 16px;
	margin: 10px 0;
	font-family: 'myriad-pro', sans-serif;
	color: #000;
	font-weight: 300;
}

.kdj-bio-card a{
	color: #f15c29;
	text-decoration: underline;
	word-wrap: break-word;
}

.kdj-contact-info{
	display: block;
	width: 100%;
	border-top: 1px solid #bcbec0;
	margin-top: 15px;
}

.kdj-contact-box{
	display: inline-block;
	vertical-align: top;
}

.kdj-contact-box h1{
	border: none;
}

.kdj-contact-box p{
	margin: 0;
}

.kdj-contact-box:nth-of-type(1){
	width: 55%;
	border-right: 1px solid #bcbec0;
}

.kdj-contact-box:nth-of-type(2){
	width: 40%;
	padding-left: 15px;
}

.kdj-contact-box a{
	text-decoration: none;
}

.kdj-contact-box i{
	font-size: 26px;
	color: #636466;
	margin: 0 3px;
}

.kdj-contact-box i:hover{
	color: #414042;
}

.kdj-more-info{
	width: 75%;
	max-width: 800px;
	position: relative;
	margin-left: auto;
	margin-bottom: 100px;
	right: 0;
	background: #636466;
	background: -webkit-linear-gradient(left, #636466, #545456); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #636466, #545456); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #636466, #545456); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #636466, #545456); /* Standard syntax */
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s ease-in;
	transform: translateX(100%);
}

.kdj-more-info-slide{
	transform: none;
}

.kdj-more-info h1{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 10px 0;
}

.kdj-more-info p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #fff;
	margin-top: 15px;
}

.kdj-bio-2{
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
}

.kdj-bio-2-img{
	width: 50%;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s linear;
	transform: translateX(-120px);
	opacity: 0;
}

.kdj-bio-2-img-slide{
	transform: none !important;
	opacity: 1 !important;
}

.kdj-bio-2-img img{
	width: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s linear;
}

.kdj-bio-2-img:hover img{
	filter: none !important;
}

.kdj-bio-2-info{
	position: relative;
	width: 80%;
	display: block;
	margin-left: auto;
	right: 0;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	/*transform: translateY(-30%);*/
	transition: all 0.5s linear;
	transform: translate(120px,-30%);
	opacity: 0;
}

.kdj-bio-2-info-slide{
	transform: translate(0,-30%) !important;
	opacity: 1  !important;
}

.kdj-bio-2-info h1{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #414042;
	border-bottom: 1px solid #bcbec0;
	margin: 0;
	padding: 10px 0;
}

.kdj-bio-2-info p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #636466;
	margin: 5px 0;
}

.kdj-bio-2-info a{
	color: #f15c29;
	text-decoration: underline;
	word-wrap:break-word;
}

.kdj-bio-2-info ul,
.kdj-bio-2-info ol{
	padding-left: 15px;
}

.kdj-bio-2-info ul li,
.kdj-bio-2-info ol li{
	font-size: 16px;
	margin: 10px 0;
	font-family: 'myriad-pro', sans-serif;
	color: #636466;
	font-weight: 300;
}

.kdj-testimonial{
	display: block;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 70px;
	width: 80%;
	max-width: 800px;
	opacity: 0;
	transition: all 0.5s linear;
	transform: translateY(30px);
}

.kdj-testimonial-slide{
	opacity: 1 !important;
	transform: none !important;
}

.kdj-testimonial p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #636466;
}

.kdj-testimonial h1{
	margin-bottom: 30px !important;
}

.fertility-landing .kdj-testimonial{
	margin-bottom: 0;
}

.bio-quote{
	position: relative;
	padding: 50px 20px;
	width: 80%;
	/*max-width: 300px;*/
	max-width: 800px;
	overflow: hidden;
	background: #f15c29;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	/*transform: translateY(-100%);*/
	transform: translateX(-100%);
	transition: all 1s ease-in;
}

.bio-quote-slide{
	transform: none !important;
}

.bio-quote img{
	position: absolute;
	z-index: 2;
	width: 30px;
}

.bio-quote p{
	width: 80%;
	display: block;
	margin: 0 auto;
	font-family: 'myriad-pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 2;
	text-align: center;
	z-index: 1;
	position: relative;
}

.page-content-box{
	display: block;
	margin: 50px auto;
	width: 80%;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	text-align: center;
}

.page-content-box h1{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #000;
	border-bottom: 1px solid #bcbec0;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

.page-content-box p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #000;
	text-align: left;
	margin: 5px 0;
}

.page-content-box ul,
.page-content-box ol{
	padding-left: 15px;
}

.page-content-box ul li,
.page-content-box ol li{
	font-size: 16px;
	margin: 10px 0;
	font-family: 'myriad-pro', sans-serif;
	color: #636466;
	font-weight: 300;
}

.page-content-box a{
	color: #f15c29;
	text-decoration: underline;
	word-wrap: break-word;
}

.bio-logos{
	margin-top: 100px;
	max-width: 1280px;
}

.bio-logos img{
	width: 100%;
	/*max-width: 125px;*/
	border: none !important;
	margin: 15px 15px;
}

.bio-logos .awards-horizontal{
	display: block;
	margin: 0 auto;
}

.bio-logos .awards-vertical{
	display: none;
}

.bio-loop{
	text-align: left;
	max-width: 1280px;
}

.bio-page-scroll{
	display: flex;
	overflow-x: scroll;
}

.bio-page-scroll a{
	margin: 0 20px 0 20px;
}

.bio-box-holder{
	display: inline-block;
	margin: 20px 3% 0 3%;
	width: 200px;
	vertical-align: top;
}

.bio-box-image{
	width: 200px;
	height: 200px;
	background-size: cover !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
}

.bio-loop p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	text-align: left;
	font-weight: 400;
}

/*@media (max-width: 1180px){
	.bio-quote{
		transform: none;
		max-width: 800px;
	}
}*/

@media (max-width: 1100px){
	.kdj-hero .page-title-card{
		/*top: 20vh;*/
		top: 40vh;
	}
}

@media (max-width: 980px){
	.kdj-bio-2-info{
		transform: translate(120px,-25%);
	}
	.kdj-bio-2-info-slide{
		transform: translate(0,-25%) !important;
	}
}

@media (max-width: 830px){
	.kdj-contact-box{
		display: block;
	}

	.kdj-contact-box:nth-of-type(1){
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #bcbec0;
		padding-bottom: 15px;
	}

	.kdj-contact-box:nth-of-type(2){
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 800px){
	.kdj-bio-2-info{
		transform: translate(120px,-15%)
	}
	.kdj-bio-2-info-slide{
		transform: translate(0,-15%) !important;
	}
}

@media (max-width: 720px){
	.kdj-bio-card{
		width: 80%;
	}
}

@media (max-width: 650px){
	.kdj-bio-2-info{
		transform: translate(120px,0);
		width: 100%;
	}

	.kdj-bio-2-info-slide{
		transform: none !important;
	}

	.kdj-bio-2-img{
		width: 100%;
	}
	.kdj-testimonial{
		margin-top: 50px;
	}

	.bio-logos{
		margin-top: 50px;
	}

	.bio-logos .awards-horizontal{
		display: none;
	}

	.bio-logos .awards-vertical{
		display: block;
		margin: 0 auto;
	}

	.bio-quote{
		margin-top: 50px;
	}
}

@media (max-width: 450px){
	.kdj-hero .page-title-card{
		/*top: 10vh;*/
		top: 45vh;
		width: 100%;
		right: 0;
		margin-left: 0;
	}

	.kdj-hero input{
		margin-left: 10px;
		display: block;
		font-size: 16px;
	}

	.kdj-hero input:nth-of-type(2), #kdj-cv{
		margin-left: 10px;
		display: block;
		font-size: 16px;
	}

	.page-title-card h1{
		padding-left: 10px;
		font-size: 3em;
		line-height: 50px;
	}

	.kdj-hero h2{
		padding-left: 10px;
		font-size: 2em;
	}
}

/* - BIO PAGE TEMPLATE -*/

.bio-page-section{
	position: relative;
	padding: 200px 0 0 0;
	width: 80%;
	max-width: 1280px;
	display: block;
	margin-left: 6%;
}

.bio-img-holder{
	width: 40%;
	height: 600px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	transition: all 0.5s linear;
	opacity: 0;
	transform: translateX(-50px);
}

.bio-img-holder-slide{
	opacity: 1 !important;
	transform: none !important;
}

.bio-content-box{
	position: absolute;
	top: 300px;
	left: 30%;
	padding-bottom: 50px;
	text-align: left;
	transition: all 0.5s linear;
	opacity: 0;
	transform: translateX(50px);
}

.bio-content-box-slide{
	opacity: 1 !important;
	transform: none !important;
}

.bio-contact-bar{
	background: #f15c29;
	/*width: 60%;*/
	display: inline-block;
	text-align: left;
	position: absolute;
	right: 0;
	transform: translateX(2%);
	-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.bio-contact-bar p{
	margin: 0;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
	padding: 5px 10px;
	border-right: 1px solid #fff;
}

.bio-contact-bar strong{
	text-transform: uppercase;
}

.bio-contact-bar a{
	text-decoration: underline;
	color: #fff;
}

.bio-info-2{
	width: 80%;
	display: block;
	margin: 10% auto 50px auto;
	background: #636466;
	background: -webkit-linear-gradient(left, #636466, #545456); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #636466, #545456); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #636466, #545456); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #636466, #545456); /* Standard syntax */
	transition: all 0.5s linear;
	opacity: 0;
	transform: translateY(50px);
}

.bio-info-2-slide{
	opacity: 1 !important;
	transform: none !important;
}

.bio-info-2 h1,
.bio-info-2 p{
	color: #fff;
	width: 100%;
}

.bio-info-2 h2{
	margin-bottom: 10px;
}

@media (max-width: 1280px){
	.bio-contact-bar{
		transform: translateX(2%);
	}
}

@media (max-width: 1000px){
	.bio-img-holder{
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.bio-content-box{
		position: relative;
		left: 0;
		margin-top: 0;
		top: 0;
	}
}

@media (max-width: 900px){
	.bio-contact-bar{
		display: block;
		margin: 0 auto;
		position: relative;
		width: 100%;
		transform: none;
	}
	.bio-contact-bar p{
		display: block;
		border: none;
	}
}

@media (max-width: 600px){
	.bio-content-box{
		width: 100%;
	}
	.bio-img-holder{
		width: 100%;
	}
	.bio-info-2{
		width: 100%;
	}

}

.billing-section{
	position: relative;
	padding: 200px 0 0 0;
	width: 80%;
	max-width: 1200px;
	display: block;
	margin: 0 auto 100px auto;
}

.billing-section form{
	display: block;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.billing-section h3{
	font-size: 1.6em;
	color: #000;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.billing-section h4{
	font-size: 1.3em;
	color: #939598;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left !important;
}


.billing-section form div{
	display: inline-block;
	width: 40%;
	margin: 50px;
	vertical-align: top;
}

.billing-section form div p{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.billing-section form input{
	display: block;
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: 2px solid #f15c29;
	width: 100%;
	font-size: 14px;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.billing-section form textarea{
	display: block;
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: 2px solid #f15c29;
	width: 100%;
	max-width: 100%;
	height: 150px;
	font-size: 14px;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	resize: none;
}

#billing-form-submit{
	background: #f15c29;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 5px 20px;
	font-size: 20px;
	/*display: block;
	margin: 0 auto;*/
	width: 150px;
}

@media (max-width: 1270px){
	.billing-section{
		width: 100%;
	}

}

@media (max-width: 1020px){
	.billing-section{
		width: 80%;
	}

	.billing-section form div{
		margin: 30px;
	}

}

@media (max-width: 770px){

	.billing-section form div{
		display: block;
		margin: 0 auto;
		width: 80%;
	}

	.billing-section form{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.billing-section{
		padding: 50px 0 0 0;
	}

}

.privacy-policy-section{
	display: block;
	margin: 70px auto;
	width: 80%;
}

.privacy-policy-section h1.page-title,
.text-page-section h1.page-title{
	margin-bottom: 20px;
}

.privacy-policy-section h3,
.text-page-section h3{
	font-family: 'proxima-nova', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	color: #414042;
	border-bottom: 1px solid #bcbec0;
	margin: 0;
	padding: 10px 0;
}

.privacy-policy-section p,
.text-page-section p{
	font-size: 16px;
	font-family: 'myriad-pro', sans-serif;
	line-height: 25px;
	color: #636466;
}

.privacy-policy-section ul,
.privacy-policy-section ol,
.text-page-section ul,
.text-page-section ol{
	padding-left: 15px;
}

.privacy-policy-section ul li,
.privacy-policy-section ol li,
.text-page-section ul li,
.text-page-section ol li{
	font-size: 16px;
	margin: 10px 0;
	font-family: 'myriad-pro', sans-serif;
	color: #636466;
	font-weight: 300;
}

.privacy-policy-section a,
.text-page-section a{
	color: #f15c29;
	text-decoration: underline;
	word-wrap: break-word;
}

.pum-title{
	text-align: center !important;
	font-family: 'proxima-nova',sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
}

.text-page-section{
	display: block;
	margin: 70px auto;
	width: 80%;
}

.fbc-page .fbc-wrap .fbc-items{
	background: transparent !important;
	font-family: 'proxima-nova',sans-serif !important;
}

.fbc-page .fbc-wrap .fbc-items a{
	text-decoration: none !important;
	font-weight: 700 !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
	#footerHeading {
		font-size: 5vw;
	}
}
@media only screen and (max-width:480px) {
	#footerHeading {
		font-size: 5vw;
	}
}
@media only screen and (max-width:768px) {
	#footerHeading {
		font-size: 5vw;
	}
}
@media only screen and (max-width:1024px) {
	#footerHeading {
		font-size: 4vw;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (max-width:1280px) {
	#footerHeading {
		font-size: 3vw;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.settify-button,
.mediation-button {
	background: #f15c29;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.75em;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
	display: inline-block;
	margin: 5px 6px;
	text-align: center;
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.28);
}

.settify-button:hover,
.mediation-button:hover {
	color: #fff;
}