/*
	Theme Name: Malvern Street
	Theme URI: 
	Description: Malvern Street
	Version: 1.0
	Author: Pinch Agency
	Author URI: 
*/

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

/* Fonts */
@font-face {
	font-family: 'Studio Sans';
	src: url('/wp-content/themes/malvern-street/fonts/StudioSans-Light.woff2') format('woff2'),
		url('/wp-content/themes/malvern-street/fonts/StudioSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Studio Sans';
	src: url('/wp-content/themes/malvern-street/fonts/StudioSans-Regular.woff2') format('woff2'),
		url('/wp-content/themes/malvern-street/fonts/StudioSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Studio Sans';
	src: url('/wp-content/themes/malvern-street/fonts/StudioSans-ExtraBold.woff2') format('woff2'),
		url('/wp-content/themes/malvern-street/fonts/StudioSans-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Studio Sans';
	src: url('/wp-content/themes/malvern-street/fonts/StudioSans-Medium.woff2') format('woff2'),
		url('/wp-content/themes/malvern-street/fonts/StudioSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Studio Sans';
	src: url('/wp-content/themes/malvern-street/fonts/StudioSans-Bold.woff2') format('woff2'),
		url('/wp-content/themes/malvern-street/fonts/StudioSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Studio Sans';
	src: url('/wp-content/themes/malvern-street/fonts/StudioSans-ExtraLight.woff2') format('woff2'),
		url('/wp-content/themes/malvern-street/fonts/StudioSans-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

/* Global Variables */
:root{
	/* animation */
	--ani-all: all, 0.3s;
	--ani-all-slow: all, 1s;
	/* Colours */
	--black: #000000;
	--white: #ffffff;
	--white-op: rgba(255,255,255,0.5);
	--blue: #151932;
	--blue-dark: #111428;
	--blue-light: #2E3054;
	--green: #B2F431;
	--purple: #283287;
	--purple-light: #ABA1F7;
	--black-op: rgba(0,0,0,0.2);
	--turquoise: #2FE4E3;
	--teal: #2fe4e3;
	
	/* Fonts */
	--font-heading: 'obvia', sans-serif;
	--font-body: "Studio Sans", sans-serif;
	
	/*font Sizes*/
	--font-xxxlarge: 10rem;
	--font-xxlarge: 9rem;
	--font-xlarge: 6.2rem;
	--font-large: 4rem;
	--font-xmedium: 2.5rem;
	--font-medium: 2.2rem;
	--font-small: 1.8rem;
	--font-xmall: 1.2rem;
}

.xlarge-text{
	font-size: 7rem;
}

.large-text{
	font-size: 6rem;
}

.medium-text{
	font-size: 4.5rem;
}

/* When visible, fade in */
#intro-video{
	opacity: 0;
	pointer-events: none;
}

#intro-video.is-visible {
  opacity: 1;
  pointer-events: all;
}

/* “We’re hiding soon” state adds a slight delay so it trails the logo */
#intro-video.is-hiding {
  transition: opacity 3s ease 1s; /* 150ms delay after logo finishes */
  opacity: 0;
  pointer-events: none;
}

/* Logo: default in-place; exit = fade + slide up */
#intro-logo {
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
}

#intro-logo.exit {
  opacity: 0;
}

/* Lock scroll while the overlay is visible */
html.intro-lock,
body.intro-lock {
  overflow: hidden;
}

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  background-color: var(--blue);
}

/*
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

/* Ani */
.ani{
	-moz-transition: var(--ani-all);
	-webkit-transition: var(--ani-all);
	transition: var(--ani-all);
}

.ani:hover{
	-moz-transition: var(--ani-all);
	-webkit-transition: var(--ani-all);
	transition: var(--ani-all);
}

.ani:before, .ani:after{
	-moz-transition: var(--ani-all);
	-webkit-transition: var(--ani-all);
	transition: var(--ani-all);
}

.ani:hover:before, .ani:hover:after{
	-moz-transition: var(--ani-all);
	-webkit-transition: var(--ani-all);
	transition: var(--ani-all);
}

.ani-slow{
	-moz-transition: var(--ani-all-slow);
	-webkit-transition: var(--ani-all-slow);
	transition: var(--ani-all-slow);
}

.ani-slow:hover{
	-moz-transition: var(--ani-all-slow);
	-webkit-transition: var(--ani-all-slow);
	transition: var(--ani-all-slow);
}

.ani-slow:before, .ani-slow:after{
	-moz-transition: var(--ani-all-slow);
	-webkit-transition: var(--ani-all-slow);
	transition: var(--ani-all-slow);
}

.ani-slow:hover:before, .ani-slow:hover:after{
	-moz-transition: var(--ani-all-slow);
	-webkit-transition: var(--ani-all-slow);
	transition: var(--ani-all-slow);
}

/*---Section Styles--*/
.section-black{
	background-color: var(--black);
}

.section-blue{
	background-color: var(--blue);
}

.section-white{
	background-color: var(--white);
}

.section-green{
	background-color: var(--green);
}

.section-purple{
	background-color: var(--purple);
}

.section-dark-blue{
	background-color: var(--blue-dark);
}
/*---Section Padding--*/

section.padding-large{
	padding: 160px 0px !important;
}

section.padding-medium{
	padding: 200px 0px !important;
}

section.margin-top-negative{
	margin-top: -100px;
}

/*--- Typography ---*/
/* Headings */
h1, h2, h3, h4, h5{
	font-family: var(--font-heading);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong{
	font-weight: 600;
}

h1{
	font-size: var(--font-xxlarge);
	font-weight: 300;
}

h2{
	font-size: var(--font-xlarge);
	font-weight: 300;
}

h3{
	font-size: var(--font-large);
	font-weight: 500;
}

p{
	font-family: var(--font-body);
	font-size: var(--font-medium)
}

ul li{
	font-family: var(--font-body);
	font-size: var(--font-medium)
}

.subscript{
	font-size: var(--font-xmall) !important;
	vertical-align: top;
}

.gform_confirmation_message{
	color: var(--white) !important;
	font-family: var(--font-body) !important;
	font-size: var(--font-medium) !important;
}

.small-title{
	font-size: var(--font-small);
	margin-bottom: 40px;
}

.green-text{
	color: var(--green)
}

/* Button */
.button{
	
}

.button:hover{
	
}

/*------------------------------------*\
    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%;
}

/* 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;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 915;
}

header .header-inner{
	padding: 40px 0px;
}

header.uk-active .header-inner{
	padding: 20px 0px;
}

.header-nav ul{
	padding: 0px;
	margin: 0px;
}

.header-nav ul li{
	list-style: none;
	display: inline-block;
	margin: 0px 20px;
}

.header-nav ul li:last-of-type{
	margin-right: 0px;
}

.header-nav a{
	color: var(--white);
	font-family: var(--font-body);
	font-size: var(--font-medium);
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
}

.header-nav a:hover{
	background: var(--black-op);
	text-decoration: none;
}

/*------------------------------------*\
    PAGE BUILDER
\*------------------------------------*/
/* Hero Primary Section*/
#section-hero-primary{
	position: relative;	
}

#section-hero-primary .uk-position-center-left{
	left: 12.5%;
	margin: 0px;
}

#section-hero-primary .main-video {
	height: 100vh;
	object-fit: cover;
}

#section-hero-primary:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(21, 25, 50, 1) 0%, rgba(21, 25, 50, 0) 48%, rgba(21, 25, 50, 1) 100%);
}

#section-hero-primary p{
	font-size: var(--font-small)
}

#section-hero-primary h1, #section-hero-primary p{
	color: var(--white);
}

.more-link a{
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 200;
}

.more-link a:hover{
	text-decoration: none;
}

#section-hero-primary .more-link p{
	color: var(--teal);
	margin-bottom: 10px;
}

.more-link a:hover p{
	margin-bottom: 20px;
}

/*---Stat Blocks---*/
.stat-block{
	border-radius: 25px;
	background: var(--blue-dark);
	padding: 40px;
}

.stat-block .stat-number{
	font-size: var(--font-xxxlarge);
	font-family: var(--font-heading);
	font-weight: 600;
	color: var(--blue-dark);
	text-shadow: -0.75px 0 var(--green), 0 0.75px var(--green), 0.75px 0 var(--green), 0 -0.75px var(--green);
	line-height: 110px;
}

.stat-block .stat-text{
	font-family: var(--font-body);
	font-weight: 700;
	color: var(--blue-dark);
	text-shadow: -0.75px 0 var(--green), 0 0.75px var(--green), 0.75px 0 var(--green), 0 -0.75px var(--green);
	font-size: var(--font-large)
}

.stat-block .stat-sub-text{
	padding-right: 20px;
}

.stat-block .stat-sub-text p{
	color: var(--white);
	font-family: var(--font-heading);
	font-size: var(--font-medium);
	margin: 10px 0px 0px 0px;
}

/*---Content Block Full---*/

.content-card{
	padding: 80px;
	border-radius: 25px;
}

.content-card.border{
	border: 1px solid var(--white-op);
}

.content-card h2{
	line-height: 65px;
}

.content-card.focus{
	background-image: url('/wp-content/themes/malvern-street/img/focus-bg.png');
	background-size: cover; 
}

.content-card.section-dark-blue{
	border: 1px solid var(--green);
	padding-bottom: 0px;
	padding-right: 0px;
	position: relative;
}

.content-card.section-dark-blue h3{
	color: var(--green);
}

.content-card.section-dark-blue strong{
	font-weight: 600;
}

.content-card.section-dark-blue img{
	display: block;
	margin: 0 0 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

.content-card.section-dark-blue .content{
	padding-right: 160px;
}

.short-content{
	padding: 70px 55px;
	border-radius: 25px;
}

.short-content p{
	margin: 0px 0px 10px 0px;
	font-weight: 400;
	color: var(--blue);
	line-height: 30px;
	font-size: var(--font-xmedium);
}

.short-content p:last-of-type{
	margin: 0px;
}

.content-card.focus p{
	color: var(--white);
	font-weight: 300;
	line-height: 26px;
}

.content-card.focus strong{
	font-weight: 600;
}

.content-card.results p{
	font-size: var(--font-medium);
	color: var(--white);
	line-height: 26px;
	font-weight: 300;
}

/* form */
#section-form{
	padding-bottom: 200px;
	padding-top: 200px;
}

#form-global{
	background: var(--blue-dark);
	padding: 80px;
	border-radius: 25px;
}

#form-global input, #form-global textarea{
	background: var(--blue-light);
	border-radius: 14px;
	color: var(--white);
	font-family: var(--font-body);
	font-weight: 300;
	border: none;
	padding: 25px 20px;
	font-size: var(--font-small)
}

#form-global input[type="submit"]{
	background: var(--green);
	color: var(--blue-dark);
	font-weight: 500;
	padding: 25px 120px;
}

#form-global ::placeholder{
	color: var(--white);
}

#form-global .gform_fields{
	row-gap: 30px;
}

.bottom-circles{
	pointer-events: none;
}

/* Team Members */
#section-team{
	padding-bottom: 80px;
}

#section-team h2{
	margin-bottom: 40px;
}

.team-member-image{
	border-radius: 25px;
	overflow: hidden;
}

.team-member-meta{
	margin-top: 20px;
}

.team-member-meta h4{
	color: var(--purple-light);
	font-size: var(--font-xmedium)
}

.team-member-icon{
	float: right;
}

.team-member-icon svg rect{
	fill: var(--green) !important;
}

.last-member .member-inner{
	background-color: var(--purple);
	padding: 45px;
}

.last-member .member-inner h4{
	font-family: var(--font-base);
	font-size: 29px;
	padding-right: 10px;
}

.team-member:hover{
	cursor: pointer;
	opacity: 0.6;
}

.team-member.active:hover{
	opacity: 1;	
}

.team-member:hover .team-member-icon svg, .team-member.active .team-member-icon svg{
	transform: rotate(45deg);
}

.team-member.active h4{
	color: var(--turquoise);
}

.team-member.active .team-member-icon svg rect{
	fill: var(--turquoise) !important;
}

.member-description{
	background: var(--blue-dark);
	border-radius: 25px;
	color: var(--white);
}

.member-description p:first-of-type{
	margin-top: 0px;
}

/* footer */
.footer{
	padding: 120px 0px 80px 0px;
}

.footer p, .footer ol li {
	font-size: 18px;
}

.footer .references p, .footer .references ol li{
	font-size: 15px;
	color: var(--white);
}

.footer .references ol li{
	color: var(--white-op);
	font-family: var(--font-body);
}

.footer .references p{
	margin-bottom: 0px;
}

.footer .references ol{
	margin-top: 10px;
}

.footer-copyright p, .footer-copyright a{
	font-size: 15px;
	color: var(--white-op);
	margin-top: 80px;
	font-family: var(--font-body);
}

#section-content-block-full{
	padding-top: 80px !important;
}

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

@media only screen and (max-width:1550px) {
	
	/* Global Variables */
	:root{
		/*font Sizes*/
		--font-xxxlarge: 7.2rem;
		--font-xxlarge: 8rem;
		--font-xlarge: 5rem;
		--font-large: 3.5rem;
		--font-xmedium: 1.8rem;
		--font-medium: 1.8rem;
		--font-small: 1.8rem;
		--font-xmall: 1.2rem;
	}
	
	
	.last-member .member-inner h4{
		font-size: 23px;
	}
	
}

@media only screen and (max-width:1440px) {
	
	/* Global Variables */
	:root{
		/*font Sizes*/
		--font-xxxlarge: 7.2rem;
		--font-xxlarge: 8rem;
		--font-xlarge: 5rem;
		--font-large: 3.5rem;
		--font-xmedium: 1.8rem;
		--font-medium: 1.8rem;
		--font-small: 1.8rem;
		--font-xmall: 1.2rem;
	}
	
	#section-hero-primary .uk-position-center-left{
		left: 9%;
	}
	
	.stat-block .stat-number{
		line-height: 80px;
	}
	
	.short-content{
		padding: 50px 40px;
	}
	
	.short-content p{
		line-height: 22px;
	}
	
	.content-card h2{
		line-height: 48px;
	}
	
	.last-member .member-inner h4{
		font-size: 22px;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	
}

@media only screen and (max-width:1330px) {
	
	/* Global Variables */
	:root{
		/*font Sizes*/
		--font-xxxlarge: 7.2rem;
		--font-xxlarge: 8rem;
		--font-xlarge: 4rem;
		--font-large: 3.5rem;
		--font-xmedium: 1.8rem;
		--font-medium: 1.8rem;
		--font-small: 1.8rem;
		--font-xmall: 1.2rem;
	}
	
	#section-hero-primary .uk-position-center-left{
		left: 9%;
	}
	
	.stat-block{
		padding: 30px;
	}
	
	.stat-block .stat-number{
		line-height: 80px;
	}
	
	.short-content{
		padding: 50px 40px;
	}
	
	.short-content p{
		line-height: 22px;
	}
	
	.content-card h2{
		line-height: 46px;
	}
	
	.content-card{
		padding: 60px;
	}
	
	.content-card.results p{
		font-size: var(--font-medium);
		line-height: 24px;
	}
	
	.content-card.focus p{
		line-height: 24px;
	}
	
	.icon-list{
		max-width: 80px;
		height: auto;
	}
	
	.last-member .member-inner h4{
		font-size: 22px;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	
	.last-member .member-inner{
		padding: 32px;
	}
	
	#section-form{
		padding-bottom: 200px;
	}
	
	#form-global{
		padding: 60px;
	}
	
	.content-card.section-dark-blue .content{
		padding-right: 120px;
	}
	
	.content-card.section-dark-blue img{
		max-width: 93%;
	}
	
}

@media only screen and (max-width:1148px) {
	
	:root{
		/*font Sizes*/
		--font-xxxlarge: 7.2rem;
		--font-xxlarge: 4rem;
		--font-xlarge: 3rem;
		--font-large: 2.2rem;
		--font-xmedium: 1.8rem;
		--font-medium: 1.6rem;
		--font-small: 1.6rem;
		--font-xmall: 1.2rem;
	}
	
	.last-member .member-inner h4{
		font-size: 19px;
	}
	
	section.padding-medium{
		padding: 100px 0px !important;
	}
	
	#section-form{
		padding-top: 100px;
		padding-bottom: 100px !important;
	}
	
	.content-card.section-dark-blue .content{
		padding-right: 60px;
	}
	
	
}

@media only screen and (max-width:1070px) {
	
	.last-member .member-inner h4{
		font-size: 16px;
	}
	
}

@media only screen and (max-width:975px) {
	.last-member .member-inner h4{
		font-size: 15px;
	}
	
	.last-member .member-inner{
		padding: 25px;
	}
}

/* - Global handheld Devices (Portrait) -*/
@media only screen and (max-width: 790px) {
	
	/* Global Variables */
	:root{
		/*font Sizes*/
		--font-xxxlarge: 7.2rem;
		--font-xxlarge: 4rem;
		--font-xlarge: 3rem;
		--font-large: 2.2rem;
		--font-xmedium: 1.8rem;
		--font-medium: 1.6rem;
		--font-small: 1.6rem;
		--font-xmall: 1.2rem;
	}
	
	header .header-inner{
		padding: 20px 0px;
	}
	
	/*--Mobile Nav--*/
	
	header .header-nav{
		position: absolute;
		top: 0;
		right: -100%;
		width: 0;
		height: 0;
		background: var(--blue-dark);
		padding-top: 100px;
		display: none;
	}
	
	header .header-nav.active{
		display: block;
		width: 100%;
		height: 100vh;
		right: 0;
	}
	
	header .header-nav ul li{
		display: block;
		text-align: center !important;
		margin: 0px;
	}
	
	header .header-nav ul li a{
		padding: 20px 0px;
		display: block;
		font-size: 3rem;
	}
	
	/*-- Menu Bars --*/
	
	.bars{
		width: 50px;
		height: 50px;
		position: relative;
		display: inline-block;
	}
	
	.bars-inner{
		position: absolute;
		width: 35px;
		height: 2px;
		background: var(--white);
		right: 0;
		top: 50%;
	}
	
	.bars-inner:before{
		content:"";
		width: 100%;
		height: 2px;
		background: var(--white);
		position: absolute;
		top: -10px;
		right: 0;
	}
	
	.bars-inner:after{
		content:"";
		width: 100%;
		height: 2px;
		background: var(--white);
		position: absolute;
		bottom: -10px;
		right: 0;
	}
	
	.bars.active .bars-inner{
		transform: rotate(45deg);
	}
	
	.bars.active .bars-inner:after{
		opacity: 0;	
	}
	
	.bars.active .bars-inner:before{
		transform: rotate(-90deg);
		top: 0;
	}
	
	section.padding-medium{
		padding: 40px 0px !important;
	}
	
	.content-card{
		padding: 30px;
	}
	
	.short-content{
		padding: 30px;
	}
	
	.short-content p{
		font-size: var(--font-small);
	}
	
	.icon-list{
		max-width: 50px;
	}
	
	.content-card h2{
		line-height: 31px;
	}
	
	.content-card.results p{
		font-size: var(--font-small);
		line-height: 20px;
	}
	
	.content-card.focus p{
		line-height: 20px;	
	}
	
	#form-global{
		padding: 30px;
	}
	
	#section-form{
		padding-bottom: 90px;
	}
	
	#form-global input[type="submit"]{
		text-align: center;
		padding: 25px 0px;
		width: 100%;
	}
	
	#form-global .gform_fields{
		row-gap: 10px;
	}
	
	.footer{
		padding: 60px 0px 40px 0px;
	}
	
	.footer .logo img{
		max-width: 200px;
	}
	
	.footer .header-nav ul li{
		margin: 0px 10px;
	}
	
	.footer p, .footer ol li{
		font-size: var(--font-small)
	}
	
	#section-team{
		padding-bottom: 60px;
	}
	
	.content-card.section-dark-blue .content {
		padding-right: 30px;
		padding-bottom: 100px;
	}
	
	.content-card.section-dark-blue img{
		max-width: 93%;
	}
	
	#intro-logo{
		max-width: 280px;
	}
		
}

/* - Laptop 1440 -*/
@media only screen and (max-width:1730px) {
	
}

/* - Laptop 1440 -*/
@media only screen and (max-width:1480px) {
	
}

/* - Iphone non - max (Portrait) -*/
@media only screen and (max-width: 1127px) {
	
}


/* - Global handheld Devices (Portrait) -*/
@media only screen and (max-width: 820px) {
	
}

/* - Iphone non - max (Portrait) -*/
@media only screen and (max-width: 520px) {

}

/* - Iphone max (Portrait) -*/
@media only screen and (max-width: 460px) {
	
}

/* - Iphone non - max (Portrait) -*/
@media only screen and (max-width: 412px) {
	
}

/* - Iphone non - max (Portrait) -*/
@media only screen and (max-width: 395px) {
 
	
}

/* - Iphone non - max (Portrait) -*/
@media only screen and (max-width: 375px) {
	
}

/* - Iphone non - max (Portrait) -*/
@media only screen and (max-width: 360px) {
	
}

/* - iPad & Tablet (Portrait) -*/
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

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

.post-edit-link{
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: var(--pink);
	color: var(--white);
	padding: 10px 30px;
	border-radius: 2px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index: 9999999999999;
}

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

.alignnone {
	margin: 0px;
}
.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;
}
.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;
	}
}
