/*
	Theme Name: Home for a Home v1
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: Phil Kingham
	Author URI: http://invisionmedia.com.au
*/

/*------------------------------------*\
    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 {

}
body {
font-family: 'Poppins', sans-serif;
}

main {
    z-index: 1000;
    position: relative;
}


/* 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
\*------------------------------------*/
h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
}
h2 {
	text-transform:uppercase;
}
.page-id-331 h1, .postid-333 h1 {
	display: none;
}
h1 {
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	font-size:36px;
	position: relative;
	z-index: 9999;
    top: 40%;
    margin: 0px;
}
.content-gallery h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
	margin: 0px 0px 30px 0px;
}
/* wrapper */
.wrapper {
	width:100%;
	margin:0;
	float:left;
	position:relative;
	overflow: hidden;
}
/* header */
.header {
	width:100%;
	height:100px;
	float:left;
	padding:10px 4%;
	background-color:#fdfdfd;
	position: relative;
	z-index: 3000;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.6);
}
/* logo */
.logo {
	width:106px;
	float:left;
	margin:10px 0px 0px 0px;
}
.logo-img {
	width:100%;
}
/* nav */
.nav {

}

.nav ul li a {
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    letter-spacing: 1px;
	text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: auto;
    float: left;
    margin: 30px 14px;
    padding: 0px 0px 6px 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: solid 2px rgba(122, 140, 88, 0);
}

.nav ul li a:hover {
	border-bottom: solid 2px rgba(122, 140, 88, 1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #222;
    opacity: 1;
}

.nav ul li a:focus {
    opacity: 1;
}

.nav .current_page_item a { 
	border-bottom: solid 2px #7A8C58;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px 0px;
    float: right;
    position: relative;
    z-index: 3000;
}
.nav ul li {
    float: left;
    position: relative;
    width: auto;
	margin: 0px 0px 0px 0px;
}
.nav li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
li#menu-item-608 a {
	display: inline-block;
    text-indent: -9000px;
    background-image: url(img/instagram-logo.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 34px;
    font-size: 0px;
    height: 34px;
    width: 34px;
    margin: 24px 10px;
}
li#menu-item-608 a:hover, li#menu-item-608:hover {
	border-bottom: solid 0px rgba(122, 140, 88, 1)!important;
}
/* Slider */
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 1%;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 1%;
	z-index: 9999;
	opacity: 1;color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/arrows.png") no-repeat left top;
	margin-top: -45px;
}

.rslides {
  position: relative;
  z-index:9999;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0; 
  background-image:url(img/shadow.png); 
  background-position:center bottom; 
  background-repeat: no-repeat; 
  background-size:100% auto;
  }
  .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%; 
	padding:0px 20%;
	left: 0;
	min-height:600px;
	background-size:cover; 
	background-position:center center;
	top: 0;
  }   
  
  .rslides_tabs {
	width:100%;
	float:left;
	list-style:none;
	margin: 10px 0px;
	padding:0px;
}
	.rslides_tabs a {
    width: auto;
	font-size:14px;
    line-height: 14px;
    padding: 3px 0.6%;
    height: auto;
    background: transparent;
    display: inline;
	color:#333;
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
}
.rslides_tabs .rslides_here a {
    color: #ffffff;
    background-color: #e3700f;
    font-weight: bold;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.page-template-page-project-profile .rslides li {
		padding:0px 0%;
		min-height:200px;
	} 
.page-template-page-project-profile .rslides {

	}   
  .rslides li span {

  } 
  .slider-text {
	font-family: 'Poppins', sans-serif;
	font-size:36px;
	line-height:44px;
	font-weight: ;
	color:#fff;
	width:50%;
	text-align:left;
	float:left;
	position:absolute;
	z-index:8888;
	bottom:10%;
	left:0%;
	padding:10px 10px 10px 8%;
	/*background: rgba(35, 35, 35, 0.8);*/
  } 
.slider-text strong {
    font-size: 24px;
    float: right;
}
span.sldier-intro-text {
    width: 100%;
    float: left;
    font-weight: 700;
	font-size: 18px;
    line-height:30px;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
/* Content */

a.readmoreLink {
    background-color: #f99b1d;
    padding: 12px;
    color: #fff!important;
    font-weight: 700;
    text-transform: uppercase;
}
.wpgmza_markerbox a {
    color: #fff!important;
}
.page-banner {
	width:100%;
	float:left;
	height:480px;
	position:relative;
	text-align:center;
	background-color:#333;
	border-bottom: solid 56px #7A8C58;
	background-size:cover;
	background-position:center center;
}
.page-id-14 .page-banner {
	height:280px;
	border-bottom: solid 0px #7A8C58;
	background-size:cover;
	background-position:center center;
}
.page-template-page-onecol .page-banner {
	height:320px;
	background-position: center;
}
.home-page-banner {
	width:100%;
	float:left;
	height:600px;
	position:relative;
	text-align:center;
	background-color:#333;
	background-size:cover;
	background-position:center center;
}
.banner-overlay-right {
	position:absolute;
	z-index:999;
	right:0px;
	top:0px;
	height:100%;
	width:auto;
}
blockquote {
	font-size:26px;
	line-height: 32px;
	color: #c43923;
	font-weight:500;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 30px;

}
.page-id-14 blockquote {
	text-align:center;
}
img.donate-logos {
width: 120px;
    margin-right: 40px;
}
.content-wrapper {
	width:100%;
	float:left;
	padding: 40px 4% 40px 4%;
}
.content-wrapper.proejctsgallery {
    background-color: #f5f5f5;
}
.cw2 {
	background-color:#57b1e2;
	padding: 40px 4% 0px 4%;
}
.cw2 .content {
	color:#fff;
	margin: 60px auto 0px auto;
}
.cw2 .content a {
	color:#C5EFF7;
}
.page-id-14 .content-wrapper {
	padding: 40px 4% 40px 4%;
}
.home-quick-links-wrapper {
	width:100%;
	float:left;
}
.home-quick-links {
	font-family: 'Poppins', sans-serif;
	width:33.333%;
	float:left;
	height:380px;
	position:relative;
	background-color:#ccc;
	text-align:center;
	background-size:cover;
	background-position:center center;
}
.home-quick-links2 {
	font-family: 'Poppins', sans-serif;
	width:33.333%;
	float:left;
	height:380px;
	position:relative;
	color: #fff;
    font-size: 20px;
    line-height: 28px;
	display: table;
	padding:40px 5%;
	background-color:#798c57;
	text-align:left;
	background-size:cover;
	background-position:center center;
	background-image: url(img/quick-links-bg.png);
}
.home-quick-links2 p {
	display: table-cell;
	vertical-align: middle;
}
.home-quick-links a{
	color: #fff;
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    position: relative;
    z-index: 999;
    top: 50%;
	font-weight: 700;
	text-transform: uppercase;
    transform: translateY(-50%);
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    border: 2px solid #fff;
}

.home-quick-links a:hover {
    background: #fa981f;
    border: 1px solid #fa981f;
}


img.home-quick-overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
	height: 160px;
}
.content {
	max-width:960px;
	margin:0px auto;
	font-size:16px;
	line-height:24px;
	color:#444;
}
.page-template-page-project-profile .content,
.page-template-page-onecol .content {
	/* max-width:840px; */
}
.page-template-page-onecol .content {
	text-align: center;
}
.content-gallery {
    max-width: 1140px;
    margin: 0px auto;
	text-align: center;
}
.content-left {
	width:54%;
	float:left;
}
.content-right {
	width:40%;
	float:left;
	margin:0px 0px 0px 6%;
}
/* Give Page */
.page-id-6 .content-left {
	width:100%;
	float:left;
}
.page-id-6 .content-right {
	display:none;
}

.giveHEro {
    font-size: 28px;
    line-height: 38px;
}

.giveHEro strong {
    color: #f69c27;
    font-size: 38px;
}
p.giveSubbreakout {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #788a56;
}
.part-2 {
    width: 50%;
    float: left;
}
/* Give Page END */
.image-block2-img{
	width:40%;
	float:left;
	margin:-120px 8% 0px 0px;
}
.content-right img {
	width:100%;
	float:left;
	position:relative;
	z-index:8888;
	top:-140px;
	margin:0px 0px 0px 0%;
}
.home-feature-box {
	width: 50%;
	float:left;
	padding:120px 4%;
	color:#fff;
	text-align:left;
	background-size:cover;
	background-position:center;
	position:relative;
}
.home-feature-box strong {
    font-size: 16px!important;
    font-weight: 600!important;
	text-transform: uppercase;
}
.home-feature-box span {

}
.home-feature-box h3 {
	text-transform: uppercase;
	padding: 0px;
    margin: 0px 0px 30px 0px;
}
.home-feature-box h4 {
    margin: 6px 0px 0px 0px;
    text-transform: uppercase;
	color:#7A8C58;
}
.home-feature-btn {
	background: #fa981f;
	border: solid 2px #fa981f;
	color:#fff;
	padding: 10px 20px;
	font-weight: 700;
	font-size:16px;
	float:right;
	text-transform: uppercase;
	position: absolute;
    bottom: 30px;
    right: 4%;
}
.home-feature-btn:hover {
	color:#fff;
	background: none;
	border: solid 2px #fa981f;
}
.page-id-587 h3.photoGallery {
    display: none;
}
h3.videoGallery {
    display: none;
}
.page-id-587 h3.videoGallery {
    display: block;
}
.video-pop {
	width:100%;
	max-width: 1100px;
	padding: 0px 10px;
	background-color:#fff;
}
.quote-box {
	width:100%;
	font-family: 'Poppins', sans-serif;
	float:left;
	padding:0%;
	display: flex;
	background-color:#7A8C58;
	color:#fff;
	font-size:22px;
	line-height:30px;
	text-align:center;
	background-image:url(img/quick-links-bg.png);
	background-repeat:no-repeat;
	background-position:10% center;
	background-size:auto 100%;
	/*
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.6);
	*/
    position: relative;

}
.quote-box strong {
	font-size:14px;
	font-weight:400;
}
.quote-box-inner {
	width: 50%;
	float: left;
	padding: 90px 4%;
	
	/*
	max-width:960px;
	margin:0px auto;
	*/
}
.quote-block-wrapper {
	width:100%;
	float:left;
	height:500px;
	padding: 0px 8%;
	background-color:#333;
	display: table;
	background-size:cover;
	background-position:center center;
}
.quote-block-inner {
	font-family: 'Poppins', sans-serif;
	color: #fff;
    font-size: 24px;
    line-height: 34px;
	max-width:960px;
	margin:0px auto;
	display: table-cell;
    vertical-align: middle;
}
.quote-block-inner p{
	width:40%;
}
/* Video */
.video-block {
	width:100%;
	float:left;
	padding: 20px;
	margin:0px;
}
.video-gallery {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.video-gallery li {
	list-style: none;
	width: 31%;
	float: left;
	margin: 0px 1% 20px 1%;
	padding: 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Donate */
.campaign-donation-stats {
    display: none;
}
div#charitable_field_area {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
}
.donate-button {
    font-size: 18px;
    line-height: 2.5em;
    text-transform: uppercase;
	width: 100%;
    padding: 8px 15px;
	font-weight:600;
    color: #fff;
    background-color: #e3700f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.charitable-form-fields .charitable-fieldset {
	background-color: #f5f5f5;
    border: 1px solid #ddd;
}
.campaign-loop.campaign-grid .campaign.hentry, .campaign-loop.campaign-grid li.campaign {
    float: left;
    background-color: #f4f4f4;
    width: 100%;
	text-align: center;
    border: 1px solid #ddd;
}
.post-244 label {
    font-size: 14px;
    font-weight: 600;
}
.charitable-form-fields .charitable-fieldset {
    padding: 10px!important;
}
.charitable-form-header {
    margin: 0 0 0em!important;
    font-size: 1.1em!important;
}
#charitable-meta-fields, #charitable-user-fields {
    padding: 0px!important;
}
#charitable-donor-fields .charitable-form-header {
    padding: 0px!important;
}
input, textarea, select{
	width:100%;
	float:left;
	font-size: 14px;
	padding:5px;
    margin: 0px 0px 10px 0px;
	background-color:#fff;
	border:solid 1px #ccc;
}
button.button.button-primary {
    padding: 10px;
    border-radius: 4px;
    background-color: #7A8C58;
    border: solid 0px #7A8C58;
    color: #fff;
    font-weight: 700;
    width: 100%;
    float: left;
    font-size: 20px;
	letter-spacing:1px;
}
.charitable-modal .charitable-fieldset {
    border-width: 0 0 1px;
    padding: 14px!important;
}
p.decuctable-message {
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
/* World map */
 
.world-map-wrapper {
	width:100%;
	float:left;
	min-height:580px;
	background-color:#eee;
}
p.wpgmza_infowindow_address {
    display: none;
}
p.wpgmza_infowindow_title {
    font-size: 22px;
    font-weight: 400;
    color: #7A8C58!important;
    text-transform: uppercase;
}
/* Contact Form */
.wpcf7-text, .wpcf7-textarea {
	width:100%;
	float:left;
	font-size:16px;
	margin:5px 0px 10px 0px;
	padding: 8px;
    border: solid 1px #ccc;
    background-color: #f4f4f4;	
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color: #d3f4ec;
}
.wpcf7-submit {
	font-family: 'Poppins', sans-serif;
	width:100%;
	float:left;
	background-color:#7A8C58;
	color:#fff;
	padding: 12px;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	bordeR:solid 0px #7A8C58;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* footer */
.footer-quick-links {
	width:100%;
	float:left;
	height: 500px;
	padding:0px 4%;
	background-color:#ccc;
	text-align:center;
	background-image:url(img/footer-quick-links-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.page-id-2 .footer-quick-links {
	display:none;
}
.footer-quick-links a {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
	text-transform: uppercase;
    padding: 18px 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px 14px;
    color: #fff;
    background-color: #f99b1d;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}
.footer {
	width: 100%;
    float: left;
    padding: 20px 5%;
    color: #888;
    font-size: 12px;
}
.tandcs {
	float:right;
}
.tandcs:hover {
	color:#7A8C58;
}


.reg-ico {
	width: 140px;
    position: absolute;
    top: 120px;
    right: 3%;
    z-index: 3000;
    display: inline-block;
}




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



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



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

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

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

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

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

}
@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 (min-width:1280px) {

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

}

@media only screen and (max-width:800px) {

	.home-quick-links, .home-quick-links2 {
		width:100%;
	}
	.home-feature-box h3 {
		font-size: 20px;
	}
	.home-feature-box strong {
		font-size: 13px!important;
	}
	.quote-block-inner p {
		width: 100%;
	}
		.quote-box {
		display: block;
	}
	.home-feature-box {
		width: 100%;
		padding: 80px 4%;
	}
	.quote-box-inner {
		width: 100%;
		padding: 40px 4%;
	}
	.content-wrapper {
		width: 100%;
		float: left;
		padding: 30px 4% 30px 4%;
	}
	.video-block {
		padding: 10px;
	}
	.video-gallery li {
		width: 48%;
		margin: 0px 1% 20px 1%;
	}
	.home-page-banner {
		height: 500px;
	}
	.rslides li {
		min-height: 500px;
	}
	.video-pop {
	}
	.home-feature-btn {
		padding: 6px 14px;
		font-size: 15px;
		bottom: 20px;
	}

}


@media only screen and (max-width:480px) {
	.home-page-banner {
		height: 500px;
	}
	.home-feature-btn {
		padding: 6px 14px;
		font-size: 15px;
		bottom: 20px;
	}
	.rslides li {
		min-height: 500px;
	}
	.slider-text {
		width: 100%;
		font-size: 24px;
		line-height: 28px;
	}
	.quote-box {
		display: block;
	}
		.home-feature-box h3 {
		font-size: 20px;
	}
	.home-feature-box strong {
		font-size: 13px!important;
	}

	.home-feature-box {
		width: 100%;
		padding: 80px 4%;
	}
	.quote-box-inner {
		width: 100%;
		padding: 40px 4%;
	}
	ul#responsive-menu {
		padding-top: 40px!important;
	}
	h1 {
		letter-spacing: 1px;
		font-size: 26px;
		line-height: 30px;
	}
	.video-gallery li {
		width: 48%;
		margin: 0px 1% 20px 1%;
	}
	.video-pop {
	}
	.page-banner {
		height: 360px;
		position: relative;
		border-bottom: solid 26px #7A8C58;
	}
	.content-right, .content-left{
		width: 100%;
		float: none;
		margin: 0px;
	}
	.banner-overlay-right {
		right: -80px;
	}
	blockquote {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.video-block {
		padding: 10px;
	}
	.content {
		font-size: 14px;
		line-height: 22px;
	}
	.content-right img {
		width: 100%;
		float: left;
		position: initial;
		z-index: 8888;
		top: -140px;
		margin: 0px 0px 0px 0%;
	}
	.footer-quick-links a {
		font-size: 14px;
		text-transform: uppercase;
		padding: 14px 26px;
		margin: 10px 20%;
		color: #fff;
		width:70%;
		float:left;
		top: 50%;
		transform: translateY(-50%);
	}
	.giveHEro {
		font-size: 22px;
		line-height: 30px;
	}
	.giveHEro strong {
		font-size: 30px;
	}
	p.giveSubbreakout {
		font-size: 16px;
	}
	/* footer */
	.footer-quick-links {
		height: 300px;
	}
	img.part-2 {
		width: 100%;
	}

}

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

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

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

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

}
.bypostauthor {

}

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

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

