/*
Theme Name: 
Theme URI: http://www..com/
Description: Custom theme for by Hip Web Design.
Version: 1.0
Author: Hip Web Design
Author URI: http://www.hipwebdesign.com/
*/

/*################################################################
GLOBAL
################################################################*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a, a:visited {
	color: #2D4BAD;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

a:hover {
	color: #2E55D5;
}

.clear {
	clear: both;
}

/*################################################################
HEADER
################################################################*/

#header {
	display: block;
	position: relative;
	padding: 7vh 40px 50px 40px;
	z-index: 5;
}

#header.has_banner {
	padding-top: 6vh;
}

#header .wrapper {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 5;
}

a#masthead {
	display: inline-block;
	color: #000000;
	font-family: "Sorts Mill Goudy", Times, serif;
	font-size: 52pt;
	font-variant: small-caps;
	line-height: 1.0em;
}

#masthead span#company {
	display: block;
	position: relative;
	z-index: 2;
}

#masthead span#llp {
	display: block;
	position: relative;
	margin: 15px 25px 0 25px;
	border-top: 2px rgba(0,0,0,1) solid;
	z-index: 1;
}

#masthead #llp span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0 30px;
	color: rgba(0,0,0,1);
	font-size: 18pt;
	background-color: #ffffff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

/* mobile */

@media screen and (max-width: 960px) {
	
	#header {
		padding: 30px;
	}
	
	#header .wrapper {
		padding-right: 60px;
		text-align: left;
	}
	
	a#masthead {
		font-size: 6vw;
	}	
	
	#masthead span#llp {
		margin: 10px 0 0 0;
	}
	
	#masthead #llp span {
		padding: 0 10px;
		font-size: 4vw;
	}
	
}

/*################################################################
BANNER
################################################################*/

#banner {
	display: block;
	position: relative;
	margin: 0 -40px 7vh -40px;
}

#banner .top {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 2;
}

#banner .top .inner {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 30px;
	color: #ffffff;
	font-family: "Sorts Mill Goudy", Times, serif;
	font-size: 18pt;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
	background-color: #A31530;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 2;
}

#banner .top .inner span {
	display: inline-block;
	margin: -15px 5px 0 5px;
	font-weight: bold;
	font-size: 32pt;
	vertical-align: middle;
}

#banner .bottom {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	height: 45px;
	width: 100%;
	background-color: #970A25;
	z-index: 1;
}

#banner .bottom .inner {
	display: block;
	position: relative;
	width: 1040px;
	max-width: calc(100% - 160px);
	height: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

#banner .fold {
	display: block;
	position: absolute;
	top: 100%;
	width: 0; 
	height: 0;
}

#banner .fold.left {
	left: 0;
	border-top: 15px solid #81081F; 
	border-left: 40px solid transparent; 
}

#banner .fold.right {
	right: 0;
	border-top: 15px solid #81081F; 
	border-right: 40px solid transparent; 
}

/* mobile */

@media screen and (max-width: 960px) {
	
	#banner {
		margin-bottom: 50px;
	}
	
	#banner .top .inner {
		padding: 15px;
		font-size: 14pt;
	}
	
	#banner .top .inner span {
		margin-top: -10px;
		font-size: 24pt;
	}
	
}


/*################################################################
NAV
################################################################*/

#header ul.menu {
	display: block;
	position: relative;
	margin: 35px auto 0 auto;
	padding: 0;
}

#header .menu li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .menu li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 20px;
	color: rgba(0,0,0,0.55);
	font-size: 13pt;
	text-transform: uppercase;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	z-index: 2;
}

#header .menu li:hover a {
	color: #ffffff;
	background-color: rgba(0,0,0,0.95);
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0; 
    -webkit-border-radius: 2px 2px 0 0;
}

#header ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 250px;
	min-width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	border-radius: 2px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	overflow: hidden;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	z-index: 1;
}

#header .sub-menu li {
	display: block;
	margin: 0;
	padding: 0;
}

#header .menu li .sub-menu li a {
	display: block;
	margin: 0;
	padding: 15px 20px;
	color: rgba(255,255,255,0.5);
	font-size: 12pt;
	text-transform: none;
	border-top: 1px rgba(255,255,255,0.1) solid;
	border-radius: 0;
	-moz-border-radius: 0; 
    -webkit-border-radius: 0;
	transition: color .25s ease-in-out, background-color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
}

#header .menu li .sub-menu li:hover a {
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
}

/* mobile */

#mobile-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

#mobile-menu span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url('images/menu-black-64.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	opacity: 0.35;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#mobile-menu:hover span {
	opacity: 1;
}

@media screen and (max-width: 960px) {
	
	#mobile-menu {
		display: block;
	}
	
	#header ul.menu {
		display: none;
		position: absolute;
		top: calc(100% + 30px);
		right: 0;
		left: 0;
		border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px; 
		-webkit-border-radius: 0 0 2px 2px;
		box-shadow: 0 2px 2px rgba(0,0,0,0.3);
		z-index: 2;
	}
	
	#header .wrapper.active ul.menu {
		display: block;
	}
	
	#header ul.menu {
		margin: 0;
		background-color: rgba(0,0,0,0.9);
	}
	
	#header .menu li {
		display: block;
		text-align: center;
	}
	
	#header .menu > li + li {
		border-top: 1px rgba(255,255,255,0.1) solid;
	}
	
	#header .menu li a {
		padding: 20px;
		color: #ffffff;
	}
	
	#header ul.sub-menu {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
		-moz-border-radius: 0; 
	    -webkit-border-radius: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	
	#header .menu li .sub-menu li a {
		padding: 20px;
		color: rgba(255,255,255,1);
	}
	
}

/*################################################################
PROPERTY CAROUSEL
################################################################*/

#property-carousel {
	display: block;
	position: relative;
	width: 100%;
	height: 40%;
	min-height: 375px;
	background-color: rgba(0,0,0,0.05);
	overflow: hidden;
}

#slide-container {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-width: 100%;
	height: 100%;
	padding-bottom: 15px;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
}

#slide-container.loaded {
	-webkit-animation: showContainer 0.5s ease-in-out 1 both;
	-moz-animation: showContainer 0.5s ease-in-out 1 both;
	animation: showContainer 0.5s ease-in-out 1 both;
}

.slide {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 30%;
	height: 100%;
	margin: 0 auto;
	white-space: normal;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}

.slide.active {
	cursor: default;
}

.slide .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	padding: 50px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 1;
}

.slide_image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	white-space: nowrap;
}

.slide_image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	max-height: 300px;
	width: auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 1;
}

.slide_image figure {
	display: block;
	position: relative;
	widows: 100%;
	height: 100%;
	margin: 0 auto;
}

.slide_image figure figcaption {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 150px;
	white-space: pre-wrap;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.slide_info {
	display: none;
	min-width: 0;
	max-width: 50%;
	padding-left: 25px;
	color: #ffffff;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	vertical-align: middle;
}

.slide_info h3 {
	margin: 0 0 10px 0;
	font-size: 22pt;
	font-weight: normal;
	line-height: 1.0;
}

.slide_info .slide_content {
	font-size: 14pt;
	font-weight: lighter;
}

.slide_info .slide_content p:first-child {
	margin-top: 0;
}

.slide_info .slide_content p:last-child {
	margin-bottom: 0;
}

.slide_background {
	display: block;
	position: absolute;
	top: -45px;
	right: -45px;
	bottom: -45px;
	left: -45px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(30px);
	z-index: 0;
}

#property-carousel .loading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25%;
	max-width: 300px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

#property-carousel .loading .outer {
	display: block;
	position: relative;
	width: 100%;
	height: 15px;
	background-color: #000000;
	border: 4px #000000 solid;
	border-radius: 8px;
	-moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    overflow: hidden;
}

#property-carousel .loading .inner {
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	bottom: 0;
	width: 50%;
	background-color: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
	-webkit-animation: loading 0.5s linear infinite;
	-moz-animation: loading 0.5s linear infinite;
	animation: loading 0.5s linear infinite;
}

/* container animations */

@-webkit-keyframes showContainer {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes showContainer {
   0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes showContainer {
    0% { opacity: 0; }
	100% { opacity: 1; }
}

/* loading animations */

@-webkit-keyframes loading {
	0% { left: -50%; }
	100% { left: 100%; }
}

@-moz-keyframes loading {
    0% { left: -50%; }
	100% { left: 100%; }
}

@keyframes loading {
    0% { left: -50%; }
	100% { left: 100%; }
}

/* mobile */

@media screen and (max-width: 1200px) {
	
	.slide {
		max-width: 50%;
	}
	
	.slide .wrapper {
		padding: 40px;
	}
	
}

@media screen and (max-width: 960px) {
	
	#property-carousel {
		min-height: 60%;	
	}
	
	.slide {
		width: 100%;
		max-width: 100%;
	}
	
	.slide .wrapper {
		min-width: 0;
		padding: 30px;
	}
		
}

/*################################################################
PAGE
################################################################*/

#content {
	display: block;
	position: relative;
	z-index: 1;
}

#content .wrapper {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#content .wrapper.not_found {
	text-align: center;
}

.entry {
	line-height: 1.6em;
	text-align: left;
}

.minimal .entry {
	font-size: 14pt;
}

.entry blockquote {
	display: block;
	margin: 30px 35px;
	padding: 5px 20px;
	color: rgba(0,0,0,0.5);
	font-size: 16pt;
	font-style: italic;
	line-height: 1.3em;
	border-left: 3px rgba(0,0,0,0.2) solid;
}

.entry blockquote p:first-child {
	margin-top: 0;
}

.entry blockquote p:last-child {
	margin-bottom: 0;
}

ol li, ul li {
	padding-left: 5px;
	line-height: 1.4em;
}

ol li + li, ul li + li {
	margin-top: 10px;
}

ol li a, ol li a:visited,
ul li a, ul li a:visited {
	color: #000000;
}

ol li a:hover,
ul li a:hover {
	color: #2E55D5;
}

#post-children {
	display: block;
	position: relative;
	margin-top: 50px;
}

.learn_more {
	display: block;
	position: relative;
	margin-top: 25px;
}

/* columns */

.columns {
	display: block;
	position: relative;
	overflow: auto;
}

.column {
	display: block;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.column.left {
	width: 35%;
	padding-right: 50px;
}

.column.right {
	width: 65%;
}

.column_section {
	font-size: 14pt;
	line-height: 1.5em;
}

.column_section a, .column_section a:visited {
	color: #000000;
}

.column_section a:hover {
	color: #2E55D5;
}

/* mobile */

.mobile_section, .mobile_section:empty {
	display: none;
	margin-top: 50px;
}

@media screen and (max-width: 960px) {
	
	#content {
		margin-top: 0px;
	}
	
	#content .wrapper {
		padding: 0 30px;
	}
	
	.entry {
		text-align: left;
	}
	
	ol, ul {
		margin: 10px 0 10px 20px;
		padding: 0;
	}
	
	ol li, ul li {
		padding-left: 0;
	}
	
	.column {
		float: none;
	}
	
	.column.left {
		width: 100%;
		padding-right: 0;
	}
	
	.column.right {
		width: 100%;
		padding-left: 0;
	}
	
	.column_section {
		display: none;
	}
	
	.mobile_section {
		display: block;
	}
	
}

/*################################################################
ATTORNEYS
################################################################*/

/* single */

.attorney_image {
	display: block;
	position: relative;
	width: 100%;
	background-color: #eaeaea;
}

.attorney_image.no_image {
	padding-top: 100%;
}

.attorney_image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}

h1.attorney_name {
	margin: 0;
	font-size: 22pt;
}

h1.attorney_name + .attorney_title {
	margin-top: 10px;
	color: rgba(0,0,0,0.5);
	font-size: 16pt;
	font-style: italic;
}

.attorney_content {
	margin-top: 30px;
	line-height: 1.6em;
	text-align: left;
}

.attorney_content h3 {
	margin-top: 40px;
	color: rgba(0,0,0,0.4);
	font-size: 16pt;
	font-weight: lighter;
}

/* archive */

#attorneys {
	display: block;
	position: relative;
	width: 100%;
	margin: -15px 0 0 -15px;
	overflow: auto;
}

.attorney_card, a.attorney_card {
	display: block;
	width: 25%;
	float: left;
	margin: 0;
	padding: 15px;
	color: #000000;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.attorney_card .card_wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.attorney_card .attorney_thumb {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-color: #eaeaea;
}

.attorney_card .attorney_thumb span, .attorney_image .icon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.attorney_card .attorney_thumb .icon, .attorney_image .icon {
	background-image: url('images/person-black-150.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 45%;
	opacity: 0.05;
	z-index: 1;
}

.attorney_card .attorney_thumb + .attorney_name {
	margin-top: 20px;
}

.attorney_card .attorney_name {
	display: block;
	font-size: 17pt;
}

.attorney_card .attorney_title {
	display: block;
	margin-top: 5px;
	color: rgba(0,0,0,0.5);
	font-size: 14pt;
}

/* award badges */

.badge_container {
	display: block;
	position: relative;
	margin: 30px 0 0 -10px;
	overflow: auto;
}

.badge_container .award_badge {
	display: block;
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* superlayer badge */

.superlawyer_badge a.badge_wrapper {
	display: inline-block;
	position: relative;
	width: 175px;
	border: 2px rgba(0,0,0,0.3) solid;
	border-radius: 8px;
	-moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    vertical-align: top;
    overflow: hidden;
}

.superlawyer_badge.rising_stars a.badge_wrapper {
	color: #ffffff;
	background-color: #F7961D;
	border-color: #F7961D;
}

.badge_container .superlawyer_badge a.badge_wrapper {
	display: block;
	width: 100%;
}

.superlawyer_badge .badge_header {
	display: block;
	padding: 10px 15px 15px 15px;
}

.superlawyer_badge .badge_header span {
	display: block;
	position: relative;
	color: #676665;
	font-size: 9pt;
	font-weight: 500;
	text-transform: uppercase;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.superlawyer_badge.rising_stars .badge_header span {
	color: #ffffff;
}

.superlawyer_badge .badge_header .label {
	margin-bottom: 1px;
}

.superlawyer_badge .badge_header img.logo {
	display: block;
	width: 100%;
	height: auto;
}

.superlawyer_badge .badge_label {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.superlawyer_badge .badge_name {
	display: block;
	padding: 0 10px 15px 10px;
	color: #F7961D;
	font-size: 14pt;
	text-align: center;
	line-height: 1.12em;
}

.superlawyer_badge.rising_stars .badge_name {
	color: #ffffff;
}

.superlawyer_badge .badge_footer {
	display: block;
	padding: 5px 15px;
	color: #ffffff;
	font-size: 10pt;
	text-align: center;
	background-color: #F7961D;
}

.superlawyer_badge.rising_stars .badge_footer {
	color: #676665;
	background-color: #ffffff;
}

/* chambers badge */

.chambers_badge a.badge_wrapper {
	display: inline-block;
	position: relative;
	width: 175px;
	padding: 15px;
	color: #F7EFCB;
	font-family: "Sorts Mill Goudy", Times, serif;
	font-weight: bold;
	text-align: center;
	background-color: #98173D;
	border-radius: 8px;
	-moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;
    overflow: hidden;
}

.badge_container .chambers_badge a.badge_wrapper {
	display: block;
	width: 100%;
}

.chambers_badge .badge_header {
	display: block;
	padding-bottom: 10px;
	line-height: 1.0em;
}

.chambers_badge .badge_body {
	display: block;
	padding: 20px 0;
	line-height: 1.1em;
	border-top: 1px #F7EFCB solid;
	border-bottom: 1px #F7EFCB solid;
}

.chambers_badge .title {
	display: block;
	font-size: 12pt;
	text-transform: uppercase;
}

.chambers_badge .country {
	display: block;
	font-size: 18pt;
	text-transform: uppercase;
}

.chambers_badge .year {
	display: block;
	margin-top: 5px;
	font-size: 16pt;
	font-weight: normal;
}

.chambers_badge .year span {
	display: inline-block;
	padding: 0 10px;
	color: #F2321E;
}

.chambers_badge .badge_footer {
	display: block;
	padding-top: 10px;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.0em;
}

/* mobile */

@media screen and (max-width: 1120px) {
	
	.attorney_card, a.attorney_card {
		width: 50%;
	}	
	
}

@media screen and (max-width: 960px) {
	
	.attorney_content {
		text-align: left;
	}
	
	.attorney_image {
		margin-bottom: 40px;
	}	
	
}

@media screen and (max-width: 680px) {
	
	.attorney_card, a.attorney_card {
		width: 100%;
		margin: 0;
		padding: 15px 0;
	}	
	
}

/*################################################################
FOOTER
################################################################*/

#footer {
	display: block;
	position: relative;
	color: rgba(0,0,0,1);
}

#footer a {
	color: rgba(0,0,0,1);
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

#footer a:hover {
	color: rgba(0,0,0,1);
}

#footer .wrapper {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px 8vh 40px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#disclaimer {
	font-size: 11pt;
}

#copyright {
	display: block;
	margin: 20px auto;
}

#developer {
	margin-top: 30px;
	font-size: 9pt;
}

#developer a {
	display: block;
	position: relative;
	color: rgba(0,0,0,1);
}

#developer a > span {
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	color: #A31530;
	font-size: 6pt;
	text-transform: uppercase;
	opacity: 0;
	transform: translate(-50%,-100%);
	transition: opacity .25s ease-in-out;
}

#developer a:hover > span {
	opacity: 1;
}

/* mobile */

@media screen and (max-width: 960px) {
	
	#footer .wrapper {
		padding: 30px 30px 50px 30px;
	}
	
}

/*################################################################
FORMS
################################################################*/

input[type=submit], input[type=button], button, .button, a.button {
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	color: rgba(255,255,255,1);
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12pt;
	background-color: rgba(0,0,0,1);
	border: 2px rgba(0,0,0,1) solid;
	border-radius: 2px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
	cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover, a.button:hover {
	color: rgba(0,0,0,0.3);
	background-color: rgba(255,255,255,1);
	border-color: rgba(0,0,0,0.3);
}

/*################################################################
HEADINGS
################################################################*/

h1 {
	margin: 40px 0;
	font-size: 26pt;
	font-weight: lighter;
	line-height: 1.0em;
}

#contact.minimal h1:first-child {
	margin-bottom: 0;
	font-family: "Sorts Mill Goudy", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
}

#contact.minimal h1:first-child + p {
	margin-top: 5px;
}

h2 {
	margin: 40px 0 30px 0;
	font-size: 18pt;
	font-weight: normal;
	line-height: 1.0em;
}

h2.parent_title, h2.parent_title a {
	display: inline-block;
	margin: 0;
	color: rgba(0,0,0,0.2);
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

h2.parent_title:hover a {
	color: #2E55D5;
}

h2.parent_title + h2 {
	margin-top: 15px;
	font-style: italic;
}

h2.child_title {
	margin: 50px 0 20px 0;
	font-style: italic;
	line-height: 1.2em;
}

h3 {
	margin: 40px 0 30px 0;
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.0em;
}

h2 a, h2 a:visited,
h3 a, h3 a:visited  {
	display: block;
	color: rgba(0,0,0,1);
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}

h2:hover a, h3:hover a {
	color: #2E55D5;
}

h4 {
	margin: 20px 0;
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.0em;
}

h4.section_header {
	margin: 40px 0 20px 0;
	font-weight: bold;
}

h1:first-child, h2:first-child:not(.child_title), h4:first-child:not(.section_header) {
	margin-top: 0;
}

/* mobile */

@media screen and (max-width: 960px) {
	
	h2 {
		margin: 30px 0;
		font-size: 24pt;
		line-height: 1.2em;
	}
	
}

/*################################################################
IMAGES
################################################################*/

a img {
	border: 0;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

/*################################################################
FONTS
################################################################*/

/**
 * Century Gothic
 */
 
@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic.eot');
	src: local('Century Gothic'), local('CenturyGothic-Regular'),
		url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic.woff') format('woff'),
		url('fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 
@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic-Italic.eot');
	src: local('Centry Gothic Italic'), local('CenturyGothic-Italic'),
		url('fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-Italic.woff') format('woff'),
		url('fonts/CenturyGothic-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic-Bold.eot');
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-Bold.woff') format('woff'),
		url('fonts/CenturyGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic-BoldItalic.eot');
	src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
		url('fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-BoldItalic.woff') format('woff'),
		url('fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

/**
 * Sorts Mill Goudy
 */

@font-face {
	font-family: 'Sorts Mill Goudy';
	src: url('fonts/SortsMillGoudy-Italic.eot');
	src: local('Sorts Mill Goudy Italic'), local('SortsMillGoudy-Italic'),
		url('fonts/SortsMillGoudy-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/SortsMillGoudy-Italic.woff') format('woff'),
		url('fonts/SortsMillGoudy-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Sorts Mill Goudy';
	src: url('fonts/SortsMillGoudy-Regular.eot');
	src: local('Sorts Mill Goudy'), local('SortsMillGoudy-Regular'),
		url('fonts/SortsMillGoudy-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/SortsMillGoudy-Regular.woff') format('woff'),
		url('fonts/SortsMillGoudy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}