/*
Theme Name: Clayton James
Description: Clayton James 2016
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3
	
	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#444;
}
.clear {
 clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#4CB5D8;
	text-decoration:none;
}
a:hover {
	color:#4CB5D8;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
/* header */
.header {
	display:block;
	width:100%;
	min-height: 135px;
	line-height: 135px;
	vertical-align: middle;
}

.header-wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.header img {
	vertical-align: top;
}

/* logo */
.logo {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	min-width: 280px;
	height: 84px;
}
.logo-img {
	
}

.law_society {
	display: inline-block;
	width: 33%;
	min-width: 200px;
	vertical-align: middle;
	height: 86px;
	text-align: center;
}

.header_contact {
	font-family: "HelveticaNeue-Medium", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 33%;
	min-width: 245px;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	font-size: 20px;
}

.header_contact strong {
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 23px;
}

.content_wrap {
	display: block;
	max-width: 1100px;
	margin: 0px auto;
	width: 100%;
	padding: 20px 0px;
	min-height: calc(100vh - 307px);
}

.left-column {
	display: table-cell;
	width: 100%;
	padding-right: 20px;
	vertical-align: top;
}

.sidebar {
	display: table-cell;
	min-width: 300px;
	vertical-align: top;
}

/*------------------------------------*\
    DESKTOP NAV
\*------------------------------------*/
div.menu {
	width: 100%;	
}

.nav {
	display: inline-block;
	vertical-align: top;
	width: 100%;	
	background: #4cb5d8;
}

.nav ul {
	list-style: none;
	padding: 3px 0px;
	margin: 0px auto;
	display: block;
	max-width: 1100px;
	width: 100%;
	height:36px;
	font-size: 0px;
}

.nav ul li {
	display: inline-block;
}

.nav ul li:hover {
}

.nav ul li a {
	display: block;
	line-height: 30px;
	height: 30px;
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding: 0px 20px;
	border-right: 1px solid #429ebc;
	border-left: 1px solid #63bfdd;
}

.nav ul li:first-child a {
	border-left: none;
	padding-left: 0px;
}

.nav ul li:last-child a {
	border-right: none;
}



.nav ul li:hover a {
	text-decoration: none;
	color: #444444;
}

div.mobilenav {
	display:none;
}

/*------------------------------------*\
    END DESKTOP NAV
\*------------------------------------*/

/* main content */
section[role=main] {
	display: table-cell;
}
/* footer */
.footer {
	display: block;
	text-align:center;
	width:100%;
	background: url(img/footer_shadow.png) no-repeat top center #4cb5d8;
}

.footer_wrap {
	max-width: 1100px;
	margin: 0px auto;
	min-height: 135px;
	line-height: 135px;
}

.footer_wrap a,
.footer_wrap div,
.footer_wrap h3 {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer_logo {
	background: url(img/logo_white.png) no-repeat center;
	width: 220px;
	height: 60px;
	margin-right: 50px;
}

.footer_nswlawsociety {
	background: url(img/law_society_nsw_white.png) no-repeat center;
	width: 150px;
	height: 65px;
	margin-right: 50px;
}

.footer_wrap h3 {
	text-align: right;
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	margin-left: 50px;
	text-transform: uppercase;
}

.footer_wrap div {
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px 40px;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/

.banner_container {
	height: 400px;
	position: relative;
	z-index: 1;
	background: url(img/banner_books.jpg) repeat-x center / auto 100%;
}

.banner {
	width:100%;
	height:400px;
	background: url(img/banner_large.jpg) no-repeat center / cover;
	z-index: 2;
}

.banner_books {
	width:100%;
	height:400px;
	background: url(img/banner_books.jpg) repeat-x center / auto 100%;
	display: none;
	z-index: 3;
	position: absolute;
	top: 0px;
}


.bannerinner {
	width:100%;
	max-width: 1100px;
	height:400px;
	margin: 0px auto;
	position: relative;
	background: url(img/contentshadow.png) no-repeat top center;
}

.banner_tagline {
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	text-align: justify;
	position: absolute;
	top: 100px;
	width: 345px;
	font-weight: normal;
	text-align: center;
}

.banner .banner_tagline {
	left: auto;
	right: 20px;
}

.banner_books .banner_tagline {
	left: 20px;
	right: auto;
}

.banner_tagline h1,
.home .banner_tagline h1 { 
	font-size: 54px; 
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	margin: 10px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.banner_books .banner_tagline h1,
.home .banner_books .banner_tagline h1 {
	font-size: 40px;
}

.banner_books span {
	font-size: 20px;
}

.banner_tagline h2,
.home .banner_tagline h2 {
	font-size: 29px;
	margin: 0px;
}

.banner_tagline h3,
.home .banner_tagline h3 {
	font-size: 22px;
	margin: 0px;
}

.banner .clayton {
	position: absolute;
	background: url(img/clayton_standing_reverse.png) no-repeat right 0px bottom;
	left: 0px;
	bottom: 0px;
	height: 400px;
	width: 410px;
	z-index: 1;
}

.banner_books .clayton {
	position: absolute;
	background: url(img/clayton_light.png) no-repeat right -100px bottom;
	right: 0px;
	bottom: -55px;
	height: 400px;
	width: 410px;
	z-index: 1;
}

/*------------------------------------*\
    HOME CONTENT
\*------------------------------------*/
.homecontent {
	width:100%;
	height:auto;
	display:block;
	padding-top: 20px;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.25);
	background: #FFFFFF;
	position: relative;
}

.homecontent article {
	max-width: 1100px;
	margin: 0px auto;
}

.home .wrapper {
	max-width: 100%;
	/*background: url(img/parallax_bg.jpg)no-repeat fixed bottom center / cover;*/
}

.column {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

div:first-child.column {
	margin-right: 1.8%;
}

.contentshadow {
	width:100%;
	text-align:center;
}

h1 {
  font-family: 'HelveticaNeue-Bold';
  font-size: 20px;
  margin-top: 0px;
}

.home h2 {
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.home h1,
.middle_content h2 {
	max-width: 1100px;
	margin: 0px auto;
}

h1.tagline {
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 28px;
	text-align: center;
	background: url(img/line.png) repeat-x center;
	padding: 20px 0px;
}

.home h1.tagline {
	margin: 0px;
}

h1.tagline span {
	padding: 0px 30px;
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}

.parallax_window {
	height: 460px;
}

.bottom_content {
	box-shadow: 0px -20px 20px rgba(0,0,0,0.25);
}

article ul li {
	line-height: 2em;
}

article .gform_wrapper .top_label input.medium,
.gform_wrapper textarea.medium {
	width: 100%;
	background: rgba(76, 181, 216,0.03);
	border: 1px solid #4CB5D8;
}

article .gform_wrapper {
	max-width: 500px;
	width: 100%;
}

.gform_wrapper .gform_footer input[type="submit"] {
	background: #4CB5D8;
	color: #FFFFFF;
	font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	border: 0px;
	padding: 5px 10px;
}

body .gform_wrapper div.validation_error {
    color: #fbeb29;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.contact-us iframe {
/*	position: absolute;
	top: 0px;
	right: 0px;*/
	width: 100%;
	max-width: 400px;
	margin-top: 20px;

}

.contact_wrap {
	clear: both;
	min-height: 250px;
	position: relative;
	/*padding-right: 400px;*/
	display: inline-block;
	width: 30%;
	margin-left: 4%;
	min-width: 275px;
}

.contact_wrap:first-child {
	margin-left: 0px;
}

.middle_content {
	box-shadow: 0px 20px 20px rgba(0,0,0,0.25);
}

.middle_content p {
	margin: 0px;
}

.middle_content li {
	text-align: right;
	margin-bottom: 20px;
}

.middle_content li em {
	text-align: left;
	display: inline-block;
	width: 100%;
}

.middle_content li em:before {
	content: open-quote;
	font-style: normal;
	font-weight: bold;
}

.middle_content li em:after {
	content: close-quote;
	font-style: normal;
	font-weight: bold;
}

.middle_content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.parallax_bg1 {
	background: url(img/parallax_bg.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.parallax_bg2 {
	background: url(img/parallax_bg3_small.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.contact-us .sidebar {
	display: none;
}

.contact-us .left-column {
	display: block;
}

/*------------------------------------*\
    LANDING PAGE
\*------------------------------------*/

.page-template-template-landing .header_contact,
.page-template-template-landing .nav {
	display: none;
}

.landing_banner_container {
	background: url(img/landing_banner.jpg) no-repeat center;
	height: 368px;
	text-align: center;
}

.landing_banner {
	max-width: 1100px;
	width: 100%;
	height: 368px;
	background: url(img/clayton_standing_reverse.png) no-repeat left 10px bottom 10px;
	display: inline-block;
	position: relative;
}

.landing_banner_wrap {
	max-width: 785px;
	text-align: right;
	padding-right: 10px;
}

.landing_banner_wrap h2 {
	font-size: 40px;
	color: #136283;
	font-family: 'HelveticaNeue-Bold';
	margin: 40px 0px 20px 0px;
}

.landing_banner_wrap ul {
	border-radius: 10px;
	color: #FFFFFF;
	font-family: 'HelveticaNeue-Medium';
	font-size: 28px;
	width: 355px;
	display: inline-block;
	text-align: left;
	margin: 0px 0px 0px 65px;
	padding: 15px 0px 15px 50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	
	background: -moz-linear-gradient(top, rgba(75,179,215,0.58) 0%, rgba(48,124,201,0.58) 100%);
	background: -webkit-linear-gradient(top, rgba(75,179,215,0.58) 0%,rgba(48,124,201,0.58) 100%);
	background: linear-gradient(to bottom, rgba(75,179,215,0.58) 0%,rgba(48,124,201,0.58) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#944bb3d7', endColorstr='#94307cc9',GradientType=0 );
}

.landing_banner_wrap p {
	color: #FFFFFF;
	font-family: 'HelveticaNeue-Medium';
	font-size: 30px;
	width: 355px;
	display: inline-block;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

.landing_contact {
	position: absolute;
	top: -50px;
	right: 0px;
	width: 262px;
	height: 731px;
	background: url(img/landing_contact.png) no-repeat top left;
	padding: 0px 30px;
}

.landing_contact_responsive {
	display: none;
	background: #4CB4D8;
	padding: 0px 15px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	border-radius: 10px;
	/*
	background: rgb(76,180,216);
background: -moz-linear-gradient(top,  rgba(76,180,216,1) 1%, rgba(43,112,198,1) 100%);
background: -webkit-linear-gradient(top,  rgba(76,180,216,1) 1%,rgba(43,112,198,1) 100%);
background: linear-gradient(to bottom,  rgba(76,180,216,1) 1%,rgba(43,112,198,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb4d8', endColorstr='#2b70c6',GradientType=0 );
*/
}

.landing_contact h2,
.landing_contact_responsive h2,
.page-template-template-landing .left-column .landing_contact_responsive h2 {
	font-family: 'Tinos-Bold';
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.landing_contact .gform_wrapper,
.landing_contact_responsive .gform_wrapper {
	margin: 0px;
}

body .landing_contact .gform_wrapper ul li.gfield,
body .landing_contact_responsive .gform_wrapper ul li.gfield {
	margin-top: 0px;
	margin-bottom: 16px;
}

.landing_contact .gform_wrapper .top_label .gfield_label,
.landing_contact_responsive .gform_wrapper .top_label .gfield_label {
	color: #FFFFFF;
}

.landing_contact .gform_wrapper .top_label input.medium,
.landing_contact_responsive .gform_wrapper .top_label input.medium {
	width: 100%;
	border: 0px;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
}

.landing_contact .gform_wrapper textarea.medium,
.landing_contact_responsive .gform_wrapper textarea.medium {
	background: #FFFFFF;
	border: 0px;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
}

.landing_contact .gform_wrapper .gform_footer,
.landing_contact_responsive .gform_wrapper .gform_footer {
	margin: 0px;
	padding-top: 0px;
	text-align: right;
}

.landing_contact .gform_wrapper .gform_footer input[type="submit"],
.landing_contact_responsive .gform_footer input[type="submit"] {
	margin: 0px;
	background: #136283;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.page-template-template-landing .sidebar {
	display: none;
}

.page-template-template-landing .left-column {
	max-width: 600px;
	width: calc(100% - 262px);
	display: block;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 450px;
}

.page-template-template-landing .content_wrap {
	background: url(img/landing_bg.jpg) no-repeat center top 90px;
	min-height: calc(100vh - 639px);
}

.page-template-template-landing h1 {
	font-family: 'Tinos-Bold';
	font-size: 50px;
	color: #136283;
	font-weight: normal;
	margin-bottom: 20px;
}

.page-template-template-landing .left-column h2 {
	color: #4cb5d8;
	font-size: 24px;
}

.page-template-template-landing .left-column h2 strong {
	color: #136283;
	font-size: 36px;
	display: inline-block;
}

a.landing_more {
	color: #FFFFFF;
	font-size: 20px;
	display: inline-block;
	background: #136283;
	border-radius: 5px;
	padding: 10px 25px;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1080px) {
	.landing_contact {
		top: 359px;
	}

	.page-template-template-landing .logo {
		width: 33%;
	}
	
	.page-template-template-landing .content_wrap {
		background-size: 100% auto;
		background-position: center bottom;
	}
	
	.page-template-template-landing h1,
	.page-template-template-landing .left-column h2 {
		text-align: center;
	}

}

@media only screen and (max-width:768px) {
	.landing_banner {
		background-size: 50%;
	}
	
	.page-template-template-landing .header {
		display: none;
	}
	
	.page-template-template-landing .header-wrapper {
		margin: 40px auto 0px;	
	}
	
	.page-template-template-landing .mobilenav {
		background: #4cb5d8 url(img/logo_white.png) no-repeat left 10px center;
		background-size: auto 80%;
	}
	
}

@media only screen and (max-width:580px) {

	.landing_banner_wrap h2 {
		font-size: 32px;
	}
	
	.landing_banner_wrap ul {
		font-size: 20px;
		width: auto;
		padding-right: 10px;
		margin: 0px;
	}
	
	.landing_banner_wrap p {
		font-size: 22px;
		width: auto;
	}
	
	.landing_banner_wrap {
		padding-left: 150px;
	}
	
	body .gform_wrapper.gf_browser_chrome .gform_body {
    width: calc(100% + 15px);
    padding: 0 20px 0 5px;
}
}

@media only screen and (max-width:480px) {
	.landing_banner_wrap h2 {
		font-size: 22px;
	}
	
	.landing_banner_wrap ul {
		font-size: 20px;
		width: auto;
		padding-right: 10px;
		margin: 0px;
	}
	
	.landing_banner_wrap p {
		font-size: 22px;
		width: auto;
		padding-left: 120px;
	}
	
	.landing_banner_wrap {
		padding-left: 0px;
		text-align: center;
	}
	
}

@media only screen and (max-width:560px) {
	.page-template-template-landing .left-column {
		width: 100%;
	}
	
	.page-template-template-landing h1  {
		font-size: 32px;
	}
	
	.landing_contact {
		display: none;
	}
	
	.landing_contact_responsive {
		display: inline-block;
	}
}

@media only screen and (max-width: 1366px) and (orientation: landscape){
	.parallax_bg1,
	.parallax_bg2 {
		background-size: 100% auto;
		background-attachment: scroll;
		background-position: center;
	}
}

@media only screen and (max-width:1140px) {
	
	.homecontent article,
	.home h1,
	.middle_content h2 {
		margin: 0px 20px;
	}
	
	.header {
		text-align: center;
	}
	
	.header > div {
		margin: 0px 20px;
	}
	
	.logo {
		width: calc(100% - 40px);
	}
	
	.content_wrap {
		margin: 0px 20px;
		width: calc(100% - 40px);
	}
	
	.header_contact,
	.law_society {
		text-align: center;
	}
	
	.nav ul {
		text-align: center;
	}
	
	.nav ul li {
		display: inline-block;
	}
	
	.footer_wrap a,
	.footer_wrap div,
	.footer_wrap h3 {
		margin: 0px 20px;
		text-align: center;
		line-height: normal;
	}

	
}

@media only screen and (max-width:1024px) {
	.contact-us iframe {
/*		position: relative;
		top: auto;
		right: auto;
		margin: 15px 0px;*/
	}
	
	.contact_wrap {
		padding: 0px;
		text-align: left;
		margin: 0px 2%;
	}
	
	.contact-us .left-column {
		text-align: center;
	}
	
	.parallax_bg1 {
		background: url(img/parallax_bg.jpg);
		background-attachment: scroll;
		background-size: auto;
		background-position: center;
	}
	
	.parallax_bg2 {
		background: url(img/parallax_bg3_small.jpg);
		background-attachment: scroll;
		background-size: auto;
	}



}

@media only screen and (max-width:768px) {
	
.left-column {
	display: block;
	width: 100%;
	padding: 0px;
}

.sidebar {
	display: block;
	max-width: 300px;
	min-width: 285px;
	margin: 0px auto;
}

.banner_tagline,
.home .banner_tagline {
	top: auto;
	left: auto;
	right: auto;
	margin: 0px auto;
	position: relative;
	padding-top: 15px;
	width: 300px;
}

.banner_tagline h2,
.home .banner_tagline h2 {
	font-size: 25px;
}

.banner_tagline h1,
.home .banner_tagline h1 {
	font-size: 48px;
}

.banner_tagline h3 ,
.home .banner_tagline h3{
	font-size: 19px;
}

.banner_books .clayton {
	background-size: 100%;
	background-position: right -50px bottom;
	bottom: -45px;
}

.banner .clayton {
	background-size: auto 65%;
	background-position: left bottom;
	width: 100%;
}


h1.tagline {
	background: none;
}

h1.tagline span {
	padding: 0px;
}


/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.header-wrapper {
	margin: 70px auto 0px;
}

.nav {
	display:none;
}

div.mobilenav {
	display:block;
	width:100%;
	height: 50px;
	background:#4cb5d8;
	background-position:left;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

div.mobilenav ul {
	padding:0;
	position: relative;
	width: 100%;
	display:none;
	-webkit-transition: top 1s;
	-moz-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
	top:50px;
	z-index:5;
	margin:0;
	background: rgba(76, 181, 216,0.95);
}

div.mobilenav ul li {
	text-decoration:none;
	list-style:none;
	padding: 8px 0 8px 15px;
}

div.mobilenav ul li a {
	font-size:15px;
	color:#fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*menu borders*/

div.mobilenav ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

div.mobilenav ul li:first-child {
	border-top: none;
}

div.mobilenav ul li:last-child {
	border-bottom: none;
}

/*mobile icon is set in funvtions.php*/

/*------------------------------------*\
    	END MOBILE NAV
\*------------------------------------*/

.column {
	width: 100%;
	margin: 0px;
}

}

@media only screen and (max-width:500px) {
	.contact_wrap {
		padding: 0px;
		text-align: left;
		margin: 0px;
	}
}

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('fonts/HelveticaNeue-Bold.eot');
  src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Bold.woff') format('woff'),
       url('fonts/HelveticaNeue-Bold.ttf') format('truetype'),
       url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg'),
       url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('fonts/HelveticaNeue-Medium.eot');
  src: url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Medium.woff') format('woff'),
       url('fonts/HelveticaNeue-Medium.ttf') format('truetype'),
       url('fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg'),
       url('fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: url('fonts/HelveticaNeue-CondensedBold.eot');
  src: url('fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
       url('fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
       url('fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'),
       url('fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg'),
       url('fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tinos-Bold';
  src: url('fonts/Tinos-Bold.eot');
  src: url('fonts/Tinos-Bold.woff2') format('woff2'),
       url('fonts/Tinos-Bold.woff') format('woff'),
       url('fonts/Tinos-Bold.ttf') format('truetype'),
       url('fonts/Tinos-Bold.svg#Tinos-Bold') format('svg'),
       url('fonts/Tinos-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}




/*------------------------------------*\
    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;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
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;
	}
}
.post-13 .column h1
{
  margin-top: -38px;
}
.pretend_button
{
    display: inline-block;
    background: rgb(76, 181, 216);
    color: white;
    padding: 5px 10px;
    font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
}

.pretend_button:hover, .pretend_button:link, .pretend_button:visited, .pretend_button:active 
{
  text-decoration: none;
  color: white;
}
.landing_captcha iframe{transform:scale(0.7);margin-left:-46px}