/*
	Theme Name: Smart Payment Technologies
	Theme URI: ?
	Description: Custom WP theme for Smart Payment Technologies
	Version: 0.1
	Author: Creative Direction
	Author URI: https://creativedirection.info
*/

/*------------------------------------*\
    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-family: "halyard-text", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:17px;
	color:#0F2435;
	line-height:1.45;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}
a {
	color:#3e8af7;
	text-decoration:none;
}
a:hover {
/*	color:#3e8af7;*/
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "halyard-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:1;
	margin-top: 0;
}
h1 {
	font-size: 4.21em;
}
.home h1 {
	font-size: 4.8em;
}
h2 {
	font-size:2.6em;
	font-weight: 300;
}
h3 {
	font-size: 2.1em;
	font-weight:300;
/*	letter-spacing: -0.025em;*/
}
h4 {
	font-size: 1.7em;
	font-weight:300;
	letter-spacing: -0.01em;
}
p {
	margin-top: 0;
}

strong {
	font-weight:500;
}

figure {
	margin-bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.inner {
	width:95%;
	max-width: 1458px;
	margin: 0 auto;
	position: relative;
}
.inner-narrow {
	width:85%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}

.inner-narrower {
	width:75%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.narrow {
	width:55%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.narrower {
	width:40%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

/* wrapper */
.wrapper {
	position:relative;
}
/* header */
.header {
	position: fixed;
	z-index:99;
	width:100%;
	transition: 0.6s all;
}

.header .inner {
}
.header-inner {
	width: 100%;
	height:100px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.header-contact {
	font-weight:500;
	font-size:1.05em;
	background-color: #96F5C2;
	color:#0F2435;
	border-radius: 50px;
	padding:calc(0.7em - 2.5px) 55px calc(0.7em - 2.5px) 1.3em;
	position: relative;
	transition:0.6s all;
	margin-right: 3px;
	display: inline-block;
	text-decoration: none;
/*	height:50px;*/
}
.header-contact:after {
	content:'';
	display: block;
	position: absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
	height:25px;
	width:25px;
	background-image: url(img/header-contact-arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition:0.6s all;
}

.header-contact:hover {
	background-color: #C4FFE0;
}
.header-contact:hover:after {
	transform: translateY(-50%) rotate(-45deg);
}
/* logo */
.logo {
	transition:0.6s all;
}
.scrolled .logo {
	opacity:0;
}

.home-button {
	transition:0.6s all;
	opacity: 1;
	width: 26px;
	margin-right: 15px;
	margin-top: 12px;
	margin-left: 25px;
	height:26px;
	background-image: url(img/home-button.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.home-button:hover {
	background-image: url(img/home-button-hover.svg);
}
.home-button:not(.scrolled .home-button) {
/*	display: none;*/
	width: 0 !important;
	opacity:0;
	margin-right: 0;
	margin-left: 0;
}
.logo-img {

}
/* nav */
.nav {

}
/* footer */
.pre-footer {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 50px;
	z-index:2;
	display: block;
	position: relative;
}
.footer {
	background-color: #0F2435;
	border-top:1px solid #707070;
	display: block;
	position: relative;
	z-index:2;
}

.footer-main {
/*	display: grid;*/
	display:flex;
	justify-content: space-between;
	grid-template-columns: repeat(5,1fr);
	gap:2em;
	padding:100px 0 200px;
	color:#9FA7AE;
}

.footer-main ul, .footer-bottom-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-main a {
	color: #fff;
	text-decoration: none;
	transition:0.6s all;
}
.footer-main a:hover {
	color:#AFD1FC;
}
.footer-social {
	display: flex;
	justify-content: flex-end;
	gap:1em;
}
.footer-social svg * {
	transition:0.6s all;
}
.footer-social svg:hover * {
	fill:#fff;
}

.visa-secure {
	float:right;
	margin-top:2.5em;
}

.footer-compliance-logos {
	display: flex;
	justify-content: space-around;
	gap:2em;
}

.footer-bottom, .footer-bottom a {
	color:#BFC3C7;
}
.footer-bottom-inner {
	border-top:1px solid #40515E;
	padding:1em 0 2em 0;
	display: flex;
	justify-content: space-between;
}


.footer-bottom-inner ul {
	display: flex;
	justify-content: space-between;
	gap:2em;
}

.footer-bottom-bottom {
	text-align: right;
	margin-bottom: 2em;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.generic-header {
	background: linear-gradient(64deg,rgb(255,255,255) 0%,rgb(191,218,253) 67%,rgb(255,255,255) 100%);
	height:40vh;
	margin-bottom: 4em;
}
.generic-hero {
	height:100%;
	background-image: url(img/services-bg.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	display: flex;
	align-items: center;
}
.homepage-content { /* this is to negate the parallax stuff on the homepage hero */
	z-index:2;
}

.services-hero {
	background-image: url(img/services-bg.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}
.about-hero {
	background-image: url(img/about-hero.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
/*	max-height:625px;*/
}

.timeline-title-date {
	margin-bottom: 0;
}



/* Service block */
.button-outer {
	display: table !important;
	position: relative;
	border-radius:40px;
	overflow: hidden;
	font-family: "halyard-display", sans-serif;
}

.button-outer a {
	display: table-cell;
	padding:0.6em 1em 0.6em 50px;
/*	padding:0.7em 1em 0.4em 50px;*/
	text-transform: uppercase;
	transition:0.3s all;
	position: relative;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.04em;
}
.button-text {
	position: relative;
	letter-spacing: 0.02em;
	font-size:1.05em;
}
.button-outer:hover a {
	padding:0.6em 50px 0.6em 1em;
/*	padding:0.7em 50px 0.4em 1em;*/
}
.button-outer a::after {
	height:40px;
	width:40px;
	content:'';
	display: block;
	position: absolute;
	left:3px;
	top:50%;
	transition:0.3s all;
	transform-origin:center;
	background-position: center center;
	background-repeat: no-repeat;
	transform:translateY(-50%);
}

.button-outer a:hover::after {
	left:calc(100% - 3px);
	transform: translate(-100%, -50%);
}

/*------------------------------------*\
    BITS N BOBS
\*------------------------------------*/

.pad-2em {
	padding: 2em;
}
.search-toggle {
	z-index: 10;
}
.search-box {
	width: calc(100% - 250px);
}
.search-box input {
	width: 100%;
	border:0;
	outline:0;
	padding-left:1em;
}
.has-border-radius {
	border-radius: 20px;
}


.has-border-radius-top {
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}

.has-border-radius-bottom {
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}
.has-border-radius-bottom-right, .has-border-radius-bottom-right img {
	border-radius: 0 0 20px 0;
}

.has-gap {
	gap:100px;
}



.blue-gradient-1 strong {
	background: linear-gradient(90deg, #3D8AF7 0%, #B0D1FC 100%);
}
.text-gradient {
	z-index:1;
	position: relative;
}
.text-gradient strong {
	font-weight: normal;
  -webkit-background-clip: text;
	background-clip: text !important;
  -webkit-text-fill-color: transparent;
	color:transparent;
	font-weight:inherit;
}


.slick-disabled {
	opacity:0.3;
}

/*------------------------------------*\
	RESET GUTENBERG STUFF
\*------------------------------------*/
.wp-block-verse {
	text-transform: uppercase;
	font-size: 1.05em;
	letter-spacing: 0.02em;
	font-family: "halyard-text", sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#3D8AF7;
}
.wp-block-quote {
	border-left-color: #3E8AF7;
	margin-left: 1em;
	padding-top:0.5em;
/*	padding-bottom: 0.5em;*/
	padding-left: 2em;
}

:where(.wp-block-group.has-background) {
	padding:0;
}
.wp-block-image {
	margin-bottom: 0;
}

.wp-block-cover {
	z-index: 3;
    overflow: visible;
}
.has-border-radius-bottom .wp-block-cover__background {
	border-radius:0 0 40px 40px;
}

.wp-block-list, .accordion ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wp-block-list li, .accordion ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 1em;
}

.wp-block-list li:before, .accordion ul li:before {
	position: absolute;
	content:'';
	display: block;
	top:8px;
	left:0;
	height:12px;
	width: 12px;
	background-image: url(img/bullet-point-arrow.svg);
	background-size: contain;
}
:where(.wp-block-columns.is-layout-flex) {
	margin-bottom: 0;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/
.gfield_label { 
	color:#0f2435 !important;
/*	text-transform: uppercase !IMPORTANT;*/
	font-size:1em;
	font-weight: 500 !important;
	margin-bottoom:0.8em !important;
}
.gfield_required {
	font-style: normal !important;
	color:#40515e !important;
	font-size:1em !important;
	font-weight: 400 !important;
	margin-left:3px;
}
.gform_wrapper.gravity-theme .gfield input:not(input[type="checkbox"], input[type="radio"]), 
.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield input[type="email"], 
.gform_wrapper.gravity-theme .gfield input[type="tel"], 
.gform_wrapper.gravity-theme .gfield select, 
.gform_wrapper.gravity-theme .gfield textarea, 
.gform_wrapper.gravity-theme .gfield number {
	padding:1.1em !important;
	border-radius:3px;
	resize: none;
	border:none;
	min-height:40px;
	margin-bottom: 1em;
	position: relative;
	box-shadow: 0px 3px 10px rgba(15, 64, 91, 0.1) !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.gform_wrapper.gravity-theme .gfield select {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.ginput_container_select {
	position: relative;
}

.gform_wrapper.gravity-theme .ginput_container_select::after {
	display: block;
	content:'';
	height:20px;
	width: 17px;
	background-image: url(img/nav-down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right:1.3em;
	top:50%;
	transform: translateY(-80%);	
	z-index:1;
	pointer-events: none;
}

.gform_wrapper.gravity-theme .gfield input[required] {
  background-image: radial-gradient(red 15%, transparent 16%);
  background-size: 1em 1em;
  background-position: top right;
  background-repeat: no-repeat
}



	.submit-container {
		display: table;
		position: relative;
		border-radius:40px;
		overflow: hidden;
		background-color: #96F5C2;
	}
	.submit-container:hover {
		background-color: #F3A797;
	}

	.submit-container input[type="submit"] {
		background-color: transparent;
		display: table-cell;
		padding:0.6em 1em 0.6em 50px;
		text-transform: uppercase;
		transition:0.3s all;
		position: relative;
		font-weight: 500;
		text-decoration: none;
		border:none;
		margin-bottom: 0 !important;
		color:#0F2336;
	}


	.submit-container .button-text {
		position: relative;
		letter-spacing: 0.02em;
		font-size:1.05em;
	}


	.submit-container:hover input[type="submit"] {
		padding:0.6em 50px 0.6em 1em;
	}


.submit-container::after {
	height:40px;
	width:40px;
	content:'';
	display: block;
	position: absolute;
	left:3px;
	top:50%;
	transition:0.3s all;
	transform-origin:center;
	background-position: center center;
	background-repeat: no-repeat;
	transform:translateY(-50%);
  	background-image: url(img/button-arrow.php?text_colour=0F2336);
  	z-index:2;
}


.submit-container:hover::after {
  background-image: url(img/button-arrow.php?text_colour=0F2336);

/*  left:unset;*/
/*  right:0.5em;*/
	left:calc(100% - 3px);
	transform: translate(-100%, -50%);
}

.submit-container.big-button input[type="submit"]:hover::after {
	transform:translateY(-50%) scale(0.9) rotate(-45deg);
}



/* BLOG LIST */
.blog-list-container {
	display: grid;
	margin-top: 30px;
	grid-template-columns: repeat(3,1fr);
	gap:2em;

}

.blog-list-container .wp-post-image {
	aspect-ratio: 470 / 300;
	border-radius: 15px;
	margin-bottom: 15px;
}

.blog-list-container h2 {
	font-size: 1.4em;
	font-weight: 400;
}

.blog-list-container article h2 a {
	color:#0F2435;
	transition:0.6s color;
}

.blog-list-container article:hover h2 a {
	color:#3e8af7;
}


.blog-list-container article {
	position: relative;
}
.blog-list-container article .category a {
	position: absolute;
	top:10px;
	left:10px;
    display: inline-block;
    padding:0.3em 0.6em;
    border-radius:3px;
    margin-right:5px;
    text-transform: uppercase;
    color:#0F2435;
    width: max-content;    
    font-size: 0.7em;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.blog-list-container .date {
	font-size: 0.94em;
	color:#9FA7AE;
}


/* Blog single */

.single-article-container {
	background-color: #fff;
	padding-top:50px;
	min-height:100vh;
	padding-bottom: 100px;
}
.single-article-container h1 {
	font-size: 4em;
}

a.blog-category {
	display: block;
	color:#F31C4E;
	font-size:0.7em;
	text-transform: uppercase;
	margin-bottom:1rem;
}


.blog-single-category {
	color:#F31C4E;
	text-transform: uppercase;
	font-size:0.9em;
	margin-bottom:1em;
	border-radius: 3px;
}

.blog-single-category-separator {
	color:#FFD387;
}

.single-blog-title {
	line-height:1.4em;
	font-size:5em;
}

.single-article-top {
	margin-top:75px;
	display: grid;
	grid-template-columns: 45% 50%;
	grid-gap: 5%;
	max-width:100%;
	margin-bottom:75px;
}
.single-article-top-left {
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}
.single-article-category, .single-article-top-left .knowledge-base-date  {
	background-color: #EBF3FF;
	color:#3e8af7;
	border-radius: 3px;
    padding: 0.5em 1em;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: "halyard-book", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin:10px 0;
    display: inline-block;
    transition:0.6s all;
}
.single-article-category:hover {
	background-color:#DFEDFE;
}
.single-article-top-left .knowledge-base-date {
	color:#000;
	background-color: #ECEDEF;
	margin-right: 1em;
}

.single-article-top-right img {
	max-width:100%;
}

.single-article-top-left h6 {
	color:#C0B8B4;
	margin-bottom:0;
}

.single-article-top-right img {
	box-shadow: 0px 3px 10px rgba(105, 92, 81, 0.2);
	border-radius: 10px;
}


.single-article-footer {
	background-color: #AFD1FC;
	padding:75px 0;
}

.single-article-footer .inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 2em;
}

#single-article-left .single-article-featured-image {
	margin:4rem 0;
	display: block;
}

#latest-articles-sticky {
	position: sticky;
	top:100px;
}

.article-recent-post {

}

#single-article-left p:first-of-type {
	margin-top:0;
}

#single-article-right {
	padding-left:3em;
/*	width:30%;*/
}

#single-article-right a {
	margin-bottom:3px;
	padding:2em;
	width: 100%;
	display:block;
	color:#0F2234;
	background-color:#EBF3FF;
	border-radius: 3px;
	transition:0.6s all;
}
#single-article-right a:last-of-type {
	border:0;
}

#single-article-right a:hover {
	background-color: #DFEDFE;
}

.single-article-main {
	display: grid;
	grid-template-columns: 55% 40%;
	grid-gap: 5%;
	margin-bottom:75px;
}


/* Mobile nav */

.mobile-nav {
	display: none;
	position: fixed;
	top:0;
	left:0;	
	background-color: #0f2435;
	background-image: url(img/mobile-nav-bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
/*	background-blend-mode: difference;*/
	background-size: contain;
	width: 100%;
	min-height:100vh;
	font-size:1.3em;
	font-weight: 500;
	letter-spacing: 0.015em;
/*	text-transform: uppercase;*/
}

.mobile-nav-inner {
	display: flex;
	align-items: center;
	min-height:100vh;
}

.mobile-nav ul {
	list-style:none;
}

.mobile-nav ul li {
	margin-bottom: 1.3em;
}

.mobile-nav a {
	color:#fff;
}

.mobile-nav-button {
	display: none;
	height:30px;
	width:40px;
	z-index:9999;
	top:50%;
	transform:translateY(-50%);
	position: absolute;
	right:30px;
}


.mobile-nav-button .hamburger-inner,
.mobile-nav-button .hamburger-inner:before,
.mobile-nav-button .hamburger-inner:after  {
	background-color: #408AF7;
}
.hamburger {
	padding:0 !important;
}
.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner::after, 
.hamburger.is-active .hamburger-inner::before {
	background-color: #fff !important;
}


/*.home .mobile-nav-button .hamburger-inner,
.home .mobile-nav-button .hamburger-inner:before,
.home .mobile-nav-button .hamburger-inner:after,
.home .hamburger.is-active .hamburger-inner, 
.home .hamburger.is-active .hamburger-inner::after, 
.home .hamburger.is-active .hamburger-inner::before {
	background-color: #fff !important;
}*/

/* pagination */

.pagination {
	margin:10px 0px;
	padding:10px 0px;
	display:flex;
	position:relative;
	justify-content: center;
	margin:3em auto;
	text-align:center;
	gap:1px;
}

.page-numbers {
	display:flex;
	justify-content: center;
	align-items: center;
	width:50px;
	height:50px;
	font-size:0.8em;
	color:#fff;
	text-align:center;
	text-decoration:none;
	transition:0.6s all;
	position: relative;
	background-color: #0F2336;
	font-family: n27regular, sans-serif;
}

.page-numbers span {
	z-index:2;
}

.page-numbers.current {
	color:#fff;
	background-color:#3E8AF7;
}

.page-numbers:hover {
	color:#fff;
	text-decoration:none;
	background-color:#AFD1FC;
	color:#0F2336;
} 

.prev, .next {
	background-color: transparent !important;
	color:#0F2336 !important;
	font-size:1.4em;
}


/* Search results */
.search-results main, .search-no-results main, .category main {
	padding-top: 100px;
}

/*------------------------------------*\
   TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'n27regular';
    src: url('fonts/n27-regular-webfont.eot');
    src: url('fonts/n27-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/n27-regular-webfont.woff2') format('woff2'),
         url('fonts/n27-regular-webfont.woff') format('woff'),
         url('fonts/n27-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.has-n-27-regular-font-family {
	font-family: n27regular;
}

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

@media only screen and (max-width:1280px) {
	.inner, .inner-narrow, .inner-narrower, .narrow, .narrower {
		width:90%;
	}
	.inner .inner {
		width: 100%;
	}
	.footer-main {
		display: flex;
		flex-direction: column;
		gap:2em;
		padding-bottom:50px;
	}
	.footer-bottom-inner {
		flex-direction: column-reverse;
	}
	.footer-bottom-inner ul {
		flex-direction: column;
		gap:0;
		margin-bottom:1em;
	}
	.footer-social {
		justify-content: flex-start;
	}
	.visa-secure {
		float:unset;
	}
}
@media only screen and (max-width:1024px) {
	.scrolled .logo {
		opacity:1;
	}

	.scrolled .header { 
		background-color: #fff;
	}
	.hide-tablet {
		display: none;
	}
	.has-gap {
		gap:30px;
	}
	.home .wp-block-cover__background, .about-hero {
		background: #BBD7FC !important;
		background: linear-gradient(73deg, rgba(254,254,254,1) 0%, rgba(187,215,252,1) 100%) !important;
	}
	:where(.wp-block-columns.is-layout-flex) {
		gap:0;
	}
	.home h1 {
		font-size:3.4em;
	}
	h1 {
		font-size:3.4em !important;
	}
	.about-title {
		font-size:2.3em !important;
	}
	.single-article-top-left h1 {
		font-size:2.8em !important;
	}
	.homepage-intro p {
		font-size:2em !important;
	}
	.services-hero {
		background-image: none;
	}
	.is-layout-flow > .alignright {
		float: unset;
		margin: 0;
	}
	.mobile-nav-button {
		display: block;
		right:0;
	}
	.blog-list-container {
		grid-template-columns: 100%;
	}

	.single-article-container { 
		padding-bottom: 0;
	}
	.single-article-top, .single-article-main {
		grid-template-columns: 100%;
		gap:2em;
		padding-bottom: 0;
	}
	#single-article-right {
		padding-left: 0;
	}
	.pre-footer {
		padding-top: 50px;
	}
	.footer-main {
		padding-top: 50px;
	}

}

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

}

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

::selection {
	background:#3D8AF7;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#3D8AF7;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#3D8AF7;
	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;
	}
}
