/*
	Theme Name: New Life Homes
*/

@import url("fa-all.css");

/* Font Awesome */

/*------------------------------------*\
    RESET & UTILITY
\*------------------------------------*/

/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* clear */

.clearfix:before,
.clearfix:after {
    content:' ';
    display:table;
}

.clearfix:after {
    clear:both;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#6ec9b7;
}

a:hover {
	color:#6ec9b7;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}

input:focus {
	outline:0;
	/* border:1px solid #04A4CC; */
}

.m {display: none;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

html, body {
	width: 100%;
}

/* Layout */

.wrapper {
	margin:0 auto;
	position:relative;
}

.responsewrapper {
	width: 1100px;
	margin: 0 auto;
	overflow:auto;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	overflow:visible
}

.single-panel .flexbox {
	justify-content: space-around;
}

.home-hero .banner-shade {
	background: rgba(0,0,0,.5);
	position: relative;
}

.template-hero .banner-shade {
	background-image: url(img/whiteshade.png);
	background-size: cover;
	background-position: center center;
}

.top-pull {
	margin-top: -65px;
}

.bottom-pull {
	margin-bottom: -65px;
}

.upper-stack {
	z-index: 50;
}

.dropshadow {
	box-shadow: 0px 0px 10px 8px rgba(0,0,0,0.10);
}

/* header */

.header {
	background-color: #242424;
	height: 130px;
}

.header .flexbox {
	align-items: center;
	height: 130px;
}
	
.logo {
	width: 275px;
	position: relative;
}

header .logo {
	top: -5px;
}

.logo-img {

}

/* Main Nav */

header .nav li {
	display: inline-block;
	margin: 0 0 0 30px;
}

header .nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.nav-handle img {
	width: 22px;
}

/* Hero Headers */

.template-hero {
	background-position: center center;
	background-size: cover;
	position: relative;
}

.template-hero .flexbox {
	height: 700px;
	align-items: center;
}

.template-hero-inner {
	flex-basis: 505px;
	text-align: left;
	color: #000;
}

.template-hero .breadcrumb a {
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.template-hero h1 {
	margin: .4em 0;
}


.template-hero h2 {
	margin: 1em 0;
}

.hero-copy {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.4;
}

/* Panel */

.panel {
	background: #fff;
}

.one-col .panel {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.contact.one-col .panel {
	padding: 45px;
}

.contact.one-col .panel > div {
	flex-basis: 50%;
}

.contact.one-col .panel > div + div {
	
}

/* Testimonial */

.testimonial {
	background-size: cover;
	background-position: center center;
	text-align: center;
	color: #fff;
}

.testimonial .greyshade {
	background: rgba(89,89,89,.7);
	padding: 180px 15%;
}

.testimonial-copy {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 .75em 0;
}

.testimonial-name {
	display: block;
	font-size: 16px;
}

.testimonial-details {
	display: block;
	font-size: 13px;
}

/* Carousel */

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff; */
  background: #242424;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bx-wrapper .bx-pager {
    display: none;
}

.panel.carousel {
	display: block;
	position: relative;
}

.slider-container {
	padding: 0 65px;
}

.slider-container .swipe {
	display: none;
}

.slider-caption {
	background: #242424;
	color: #fff;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}

.slider-caption p {
	margin: 0;
}

.slider-caption p + p{
	margin: 1em 0 0 0;
}

#slider-prev a,
#slider-next a{
    width: 34px;
    height: 60px;
	position: absolute;
	background: #ff0000;
}

#slider-prev a {
	left: -60px;
	top: 50%;
	margin: -17px 0 0 0;
	background: url(img/slider-left.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#slider-next a {
	right: -60px;
	top: 50%;
	margin: -17px 0 0 0;
	background: url(img/slider-right.png);
	background-size: contain;	
	background-repeat: no-repeat;	
}

.slider-caption .project-info {
	margin: 0;
	font-size: 10px;
	flex-basis: 40%;
	letter-spacing: .05em;
}

.slider-caption .project-intro span {
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
}

.slider-caption .project-intro h2 {
	margin: 0;
	font-size: 36px;
	white-space: nowrap;
	font-weight: 300;
}

.slider-caption .project-specs {
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

/* Slick Slider */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Callout */

.center-callout {
	text-align: center;
	padding: 80px 0;
	font-size: 32px;
	line-height: 1.2;
}

.center-callout .ph {
	font-size: 28px;
	font-weight: 600;
	margin: 10px 0 0 0;
}

/* footer */

.footer {
	background-color: #242424;
	padding: 80px 0;
	color: #fff;
	font-size: 12px;
}

footer .nav li {
	display: inline-block;
	margin: 0 0 0 30px;
}

footer .nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.colophon {
	flex-basis: 340px;
}

.colophon div {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.colophon div .fab {
    font-size: 20px;
    color: #fff;
}

.colophon div p {
	margin: 0 0 2em 0;
}

.footer-logos {
	flex-basis: 548px;
}

.footer-logos p {
	margin: 2em 0 0 0;
}

.footer-logo-img {
}

.footer-former {
	margin: 0 0 75px 0;
}

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

html, body {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

h1 {
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

h2 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;	
	margin: .5em 0;
}

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


/* HOME */

.home-hero {
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	position: relative;
}

.home-hero .flexbox {
	align-items: top;
	flex-wrap: wrap;
}

.home-carousel-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-carousel-background div {
	height: 100%;
}

.home-carousel-background img {
	object-fit: cover;
	min-height: 120%;
	min-width: 120%;
	margin: -10%;
	filter: blur(20px);
}

.home-carousel {
	min-width: 0;
	min-height: 0;
}

.home-carousel img {
	height: auto;
}

.home-hero-inner {
	flex-basis: 100%;
	margin: 50px 0;
}

.home-hero-inner .cta {
	margin: 50px 0 0 0
}

.home-hero-inner .cta a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: #a87c64;
	font-weight: 500;
	font-size: 20px;
}

.home-hero-inner .cta a ~ a {
	margin-left: 20%;
}

.home-content {
	padding: 90px 0;
	/* margin-top: -180px; */
}

.home-content h1 {
	font-size: 45px;
}

.home-content p {
	margin: 1.5em 0;
}

.home-content .flexbox > div {
	flex-basis: calc(50% - 45px);
}

.profile-container {
	background: #242424;
	padding: 10px 10px 0 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	align-items: flex-start;
}

.profile-container img {
	display: block;
	align-self: flex-start;
	flex-shrink: 0;
	max-width: 100%;
	height: auto;
}

.profile-container span {
	padding: 15px;
	display: block;
	font-size: 12px;
}

.about-container {
	/*  padding: 160px 0 0 0; */
}



/* Services */

.two-panel {
	
}

.two-panel .panel {
   flex-basis: calc(50% - 45px);
	background: #fff;
}

.panel-content {
	padding: 50px 45px 60px 45px;
}

.panel-content h2 {
	margin: 0 0 1em 0;
	font-size: 36px;
}

.panel-content p {
	font-size: 16px;
	margin: 1.5em 0;
}

.tagline  {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	position: relative;
	line-height: 10px;
}

.tagline span {
	display: inline-block;
	background: #fff;
	position: relative;
	padding: 0 35px 0 0;
}

.tagline:before {
	content: "";
	background-color: #000;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}

/* Contact */

.contact-content {
	padding: 0 100px 0 0;
	font-size: 14px;
}

.contact-content h2 {
	font-size: 36px;
}

.contact-address {
	display: flex;
	justify-content: space-between
}

.contact-address > div {
	flex-basis: 45%;
}

.contact-address h3 {
	font-weight: 400;
	margin: 0;
}

.contact-content iframe {
	margin: 30px 0;
}

.wpcf7 label {
	font-weight: 300;
	font-size: 18px;
}

.wpcf7 form > div {
	margin: 0;
}

.wpcf7 form > div + div {
	margin: 15px 0 0 0;
}

.wpcf7 label span {
	color: #f11515;
	font-size: 10px;
	position: relative;
	top: -7px;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	background: #ededed;
	padding: 7px 10px;
	border: 0;
}

.wpcf7 .wpcf7-list-item > * {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0 5px 0 0;
}

span.wpcf7-list-item {
	margin: 0 1em 0 0;
}

input.wpcf7-submit {
	width: auto;
	background: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	margin: 30px 0 0 0;
}

/* Our Difference / Our Process */

.panel.difference {
	padding: 45px;
}

.panel.difference .left {
	flex-basis: 35%;
	border-right: 1px solid #242424;
	padding: 0 45px 0 0;
}

.panel.difference .left p {
	margin: 0;
	text-align: justify;
}

.panel.difference .left p + p {
	margin: 1.5em 0 0 0;
}

.panel.difference .right {
	flex-basis: 65%;
	padding: 0 0 0 45px;
}

.panel.difference .right h2 {
	margin: 0 0 .5em 0;
	font-size: 28px;
}

.panel.difference .right p {
	margin: 0 0 2em 0;
	font-size: 17px;
	font-weight: 300;
}

.panel.difference .right p:last-of-type {
	margin: 0;
}

.darkbanner {
	padding: 35px 45px;
	color: #fff;
	background: #242424;
	align-items: center;
}

.darkbanner h2 {
	font-size: 36px;
	font-weight: 300;
	margin: 0;
}

.darkbanner span {
	font-size: 10px;
	text-transform: uppercase;
}

/* Projects */



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

@media only screen and (min-width:991px) and (max-width:1190px) {

	.responsewrapper {
		width: 900px;
	}
	
	.home-hero .flexbox {
		align-items: center;
	}	
	
	.home-content .flexbox > div {
    	flex-basis: calc(50% - 22.5px);
	}
	
	.home-content .flexbox {
    	align-items: flex-start;
	}
	
	.home-content h1 {
		font-size: 36px;
	}
	
	.top-pull {
		margin-top: -45px;
	}
	
	.bottom-pull {
		margin-bottom: -45px;
	}	
	
	/* */
	
	.template-hero .flexbox {
		height: 500px;
		align-items: center;
	}
	
	.two-panel .panel {
		flex-basis: calc(50% - 22.5px);
		background: #fff;
	}

	.tagline {
		line-height: 1.2;
	}	
	
	.tagline:before {
		display: none;
	}
	
	.testimonial .greyshade {
		padding: 120px 15%;
	}
	
	.panel.difference .left {
		padding: 0 45px 0 0;
	}
	
	.panel.difference .right {
		padding: 0 0 0 45px;
	}
	
	.center-callout {
		padding: 80px 0;
		font-size: 28px;
	}
	
	.center-callout .ph {
		font-size: 24px;
	}
	
	.contact-content {
		padding: 0 60px 0 0;
	}	
	
}

@media only screen and (min-width:0px) and (max-width:990px) {

	.responsewrapper {
		width: 100%;
		padding: 0 30px;
	}
	
	.flexbox {
		display: block;
	}
	
	.m {display: block;}
	.d {display: none;}
	
	.home-hero .flexbox {
		height: auto;
		padding: 40px 30px;
		text-align: left;
	}
	
	.template-hero .flexbox {
		height: auto;
		align-items: center;
		padding: 30px;
	}
	
	.template-hero .banner-shade {
		background-image: none;
		background-color: rgba(255,255,255,.75);
		background-size: cover;
		background-position: center center;
	}

	.header .flexbox {
		display: flex;
		height: auto;
	}	
	
	header.header {
		height: auto;
		padding: 20px 0;
		position: fixed;
		z-index: 100;
		width: 100%;
		bottom: 0;
		box-shadow: 0px 0px 10px 8px rgba(0,0,0,0.10);		
	}

	header .nav li {
		display: block;
		margin: 10px 0;
	}
	
	.m-nav {
		z-index: 100;
		padding: 30px 30px 0 30px;
		/* background: #151515; */
		display: none;
	}
	
	header .logo {
		top: 0;
	}
	
	#slider-prev a, #slider-next a {
		display: none;
	}
	
	header .responsewrapper {
		overflow: hidden;
	}	
	
	.logo {
		width: 60%;
		max-width: 200px;
	}	
	
	footer .nav {
		display: none;
	}
	
	.footer-former {
		margin: 0 0 30px 0;
	}	
	
	.nav {
		text-align: left;
	}
	
	.nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.home-content {
		padding: 30px 0;
		margin-top: 0;
	}
	
	.home-hero-inner .cta {
		display: flex;
		justify-content: space-between;		
	}
	
	.home-hero-inner .cta a {
	    font-size: 18px;
	}		
	
	.home-hero-inner .cta a ~ a {
	    margin-left: 0;
	}	
	
	.about-container {
		padding: 30px 0 0 0;
	}	
	
	.two-panel {
		padding: 30px 0;
	}
	
	.panel.difference {
    	padding: 30px 0;
	}
	
	.panel.difference .left {
		border-right: 0;
		padding: 0;
	}	
	
	.panel.difference .right {
		padding: 30px 0 0 0;
		margin: 30px 0 0 0;
		border-top: 1px solid #242424;
	}	
	
	.darkbanner {
		padding: 35px 45px;
		margin: 30px 0 0 0;
	}
	
	.darkbanner h2 {
		font-size: 30px;
	}	
	
	.home-content h1 {
		font-size: 30px;
	}	
	
	.top-pull {
		margin-top: 0;
	}
	
	.bottom-pull {
		margin-bottom: 0;
	}
	
	h1 {
		font-size: 30px;
	}
	
	.tagline {
		display: none;
	}	
	
	.two-panel .panel {
		background: #fff;
	}
	
	.one-col .panel	{
		display: block;
	}
	
	.panel-content {
		padding: 30px 0 30px 0;
	}
	
	.panel-content h2 {
		margin: 0 0 1em 0;
		font-size: 28px;
	}	
	
	.contact.one-col .panel > div {
		
	}	
	
	.contact.one-col .panel {
		padding: 0;
	}
	
	.contact-content {
		padding: 0 0 30px 0;
		font-size: 14px;
	}
	
	.contact.one-col .panel > div {
		margin: 30px 0;
	}	
	
	.contact-content h2 {
    	font-size: 36px;
		margin: 0;
	}	
	
	.contact-content iframe {
		display: none;
	}		
	
	.dropshadow {
    	box-shadow: none;
	}
	
	.testimonial .greyshade {
		padding: 45px 30px;
	}

	.testimonial-copy {
		font-size: 24px;
	}
	
	.responsewrapper.slider-container {
		padding: 0;
	}
	
	.slider-container .swipe {
		display: block;
		font-size: 10px;
		background: #242424;
		color: #fff;
		padding: 7px;
    	text-align: center;
	}
	
	.slider-caption {
		flex-direction: column
	}
	
	#slider-prev,
	.slider-next {
		display: none;
	}
	
	.slider-caption .project-info {
		margin: 10px 0;
	}
	
	.center-callout {
		padding: 30px;
		font-size: 20px;
	}	
	
	.center-callout .ph {
		font-size: 20px;
	}
	
	.footer {
		/* padding: 30px 0; */
		padding: 30px 0 80px 0;
		font-size: 10px;
	}	
	
	
}


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

}
