/*
	Theme Name: Launch Okanagan
	Theme URI: https://launchokanagan.ca/
	Description: Custom created for Launch Okanagan
	Version: 1.0
	Author: KWD Marketing Corp
	Author URI: https://kwdmarketing.ca
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.small{
  font-size: 16px;
}

.uk-padding-xsmall{
  padding: 10px;
}

table.uk-table.uk-table-divider.table-white {
    background: #fff;
}

table.uk-table.uk-table-divider {
    background: #616162;
}

tbody{
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
thead {
    background: #707070;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
table.uk-table.uk-table-divider.table-white thead{
  background: #006D33;
}

.blog-search {
    display: flex;
    justify-content: flex-end;
}

/* this is the key fix */
.search-wrap {
    position: relative;
    width: 260px;
    max-width: 100%;
}

/* prevent icon from affecting layout width */
.search-wrap .uk-form-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* stop UIkit input pushing layout */
.search-wrap .uk-input {
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
}

.side-stick {
    background: #006D33;
    width: 226px;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    position: relative;
    margin-top: -30px;
}


.uk-subnav-pill>*>:first-child {

    color: #000 !important;
    background: #F5F6F7;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
}
.uk-subnav-pill>*>:first-child:hover{
  background: #F0F0F0;
}


.uk-subnav-pill>.uk-active>a {
    background-color: #006D33;
    color: #fff !important;
}

.slide-nav {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    padding-top: 5px;
    border: 2px solid #A0D34F;
    color: #006D33;
    font-size: 26px;
    transition: all ease-in-out 0.2s;
}

.slide-nav:hover {
    color: #fff;
    background: #A0D34F;
}

.cats{
    background: #EF5425;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 16px;
    text-transform: uppercase;
}

.uk-height-large {
    height: 370px;
}

.grad-bg{
    background: transparent linear-gradient(180deg, #ffffff00 0%, #1A1A1A 100%) 0% 0% no-repeat;}

.staff-image img {
    filter: grayscale(100%);
}

.staff-image:hover img {
    filter: grayscale(0%);
}

.uk-inline {
  position: relative;
}

.over {
  position: absolute;
  bottom: 0;
  right: 0;
}

.under {
  padding-bottom: 30px;
  padding-right: 30px;
}

.over-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.under-left {
  padding-bottom: 30px;
  padding-left: 30px;
}

.individual-donors{
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

.community-logos img{
    max-height: 160px;
}

.piggy-bg{
  background: url('images/piggy-bank-being-filled-with-coins-stack-green.webp');
  background-size: cover;
}

.dotted-box{
  background: #FAF5F4;
  border: 2px dashed #EF5425;
}

.quote-box{
  background: #F5F6F7;
  border-radius: 30px;
  padding: 25px;
  border-left: 5px solid #A0D34F;
}




.grey-bg .quote-box{
  background: #FFFFFF;
}

.quote-box.grey-bg{
  background: #F5F6F7;
}

.quote-box-red{
  background: #F5F6F7;
  border-radius: 30px;
  padding: 25px;
  border-left: 5px solid #EF5425;
}

.program-up{
  margin-top: -60px;
  position: relative;
}

.exclamation{
  background: #EF5425;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-size: 30px;
  color: #fff;
}

.shadow{
  box-shadow: 0px 3px 14px #00000026;
}

.number-circle{
  background: #006D33;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  text-align: center;
  border-radius: 100%;
  padding: 7px;
}


.number-circle-white{
  background: #fff;
  width: 70px;
  height: 70px;
  display: inline-block;
  color: #006D33;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  padding: 12px;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.banner-img.stay-inside {
  overflow: hidden;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center; /* 👈 key line */
}

.page-template-page-programs .banner-img img{
  object-position: center center;
}

.hands-in-bg{
  background: url('images/group-of-happy-business-people-greeting-holding-hands.webp');
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.icon-circle{
  background: #F0F0F0;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding: 15px;
  font-size: 25px;
  color: #EF5425;
  text-align: center;
  border-radius: 100%;

}
.fa-30{
  font-size: 24px;
}
.switchnav {
    position: relative;
    background: #e8e8e8;
    border-radius: 30px;
    padding: 5px;
    display: inline-flex;
    list-style: none;
    margin: 0;
}

.switchnav li {
    position: relative;
}

.switchnav a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.switchnav .uk-active a {
    color: #fff;
}

.switchnav::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    background: #006D33;

    border-radius: 30px;
    transition: transform 0.3s ease;
    z-index: 1;
}

.switchnav.active-1::before {
    transform: translateX(100%);
        color: #fff;
}


.uk-padding-small {
    padding: 25px;
}

.icon-box{
  background: #006D33;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 35px;
}

.icon-box-grey{
  background: #F0F0F0;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  display: inline-block;
  color: #006D33;
  text-align: center;
  padding: 10px;
  font-size: 35px;
}

.grey-bg > .icon-box-grey{
  background: #fff;
}

.icon-box-dark-grey{
  background: #787878;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  display: inline-block;
  color: #A0D34F;
  text-align: center;
  padding: 10px;
  font-size: 35px;
}


.borders{
  border-radius: 30px;
}

.outline{
  border: 1px solid #BCBCBC;
}

.link{
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

.link:hover{
  color: #EF5425;
  text-decoration: none;
}

.link.red:hover{
  color: #000;
  text-decoration: none;
}

.link.arrow.green:hover{
  color: #006D33;
}
.link.arrow.red:hover{
  color: #EF5425;
}
.link.arrow.yellow:hover{
  color: #F2E541;
}

.link.arrow i {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}

.link.arrow:hover i {
  transform: translateX(5px);
}

.lime{
  color: #A0D34F;
}

.yellow{
  color: #F2E541;
}

.green{
  color: #006D33;
}

.green-bg{
  background: #006D33;
}

.light-green-bg{
  background: #F5FCE7;
}

.red{
  color: #EF5425;
}
.red-hov{
  transition: all ease-in-out 0.2s;
}
.red-hov:hover{
  text-decoration: none;
  color: #EF5425;
}

.red-bg{
  background: #EF5425;
}

.fade{
  opacity: 0.2;
}

.white{
  color: #fff;
}

.black{
  color: #000;
}
.grey{
  color: #BCBCBC;
}

.white-bg{
  background: #fff;
}

.grey-bg{
  background: #F5F6F7;
}

.grey2-bg{
  background: #F0F0F0;
}

.grey3-bg{
  background: #959595;
}

.dark-grey{
  color: #58585A;
}

.dark-grey-bg{
  background: #58585A;
}

.darkest-grey-bg{
  background: #313131;
}


.eyebrow-box{
    border-radius: 33px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 14px;
    letter-spacing: 1.5px;
    background: #4f4f4f;
}

.white-eyebrow-box{
    border-radius: 33px;
    border: 1px solid #fff;
    color: #58585A;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 14px;
    letter-spacing: 1.5px;
    background: #fff;
}

.eyebrow-box-icon{
  font-size: 18px;
  color: #EF5425;
}


.click-box{
  transition: all ease-in-out 0.2s;
}
.click-box:hover{
  border: 1px solid #006D33;
}

.click-box:hover i{
  color: #006D33;
}


.donate-box{
  border: 1px solid #BCBCBC;
  border-radius: 30px;
  transition: all ease-in-out 0.2s;
}
.donate-box:hover{
  border: 1px solid #A0D34F;
}

.donate-boxes > div:nth-child(2) .donate-box:hover {
  border: 1px solid #006D33;
}
.donate-boxes > div:nth-child(3) .donate-box:hover {
  border: 1px solid #EF5425;
}
.donate-boxes > div:nth-child(4) .donate-box:hover {
  border: 1px solid #58585A;
}

.donate-box h2{
  color: #A0D34F;
}
.donate-boxes > div:nth-child(2) h2 {
  color: #006D33;
}
.donate-boxes > div:nth-child(3) h2 {
  color: #EF5425;
}
.donate-boxes > div:nth-child(4) h2 {
  color: #58585A;
}


.donate-btn {
    background: #A0D34F;
    border-radius: 28px;
    font-size: 18px;
    color: #fff;
    padding: 12px 30px;
    width: 90%;
    text-align: center;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
    display: block;
}

.donate-boxes > div:nth-child(2) .donate-btn {
  background: #006D33;
}

.donate-boxes > div:nth-child(3) .donate-btn {
  background: #EF5425;
}

.donate-boxes > div:nth-child(4) .donate-btn {
  background: #58585A;
}


.red-btn, a.wp-block-button__link.wp-element-button {
    background: #EF5425;
    border-radius: 28px;
    font-size: 18px;
    color: #fff;
    padding: 12px 30px;
    min-width: 200px;
    text-align: center;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
    display: inline-block;
    margin: 4px 4px 4px 4px;
}
.red-btn:hover, a.wp-block-button__link.wp-element-button:hover {
    color: #fff;
    transform: scale(1.04);
    text-decoration: none;
}


.green-btn {
    background: #006D33;
    border-radius: 28px;
    font-size: 18px;
    color: #fff;
    padding: 12px 30px;
    min-width: 200px;
    text-align: center;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
    display: inline-block;
    margin: 4px 4px 4px 4px;
}
.green-btn:hover {
    color: #fff;
    transform: scale(1.04);
    text-decoration: none;

}


.white-btn {
    background: #fff;
    border-radius: 28px;
    font-size: 18px;
    color: #000;
    padding: 12px 30px;
    min-width: 150px;
    text-align: center;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
    display: inline-block;
    margin: 4px 4px 4px 4px;
}
.white-btn:hover {
    color: #000;
    text-decoration: none;

}

.outline-btn {
    background: #fff;
    border: 2px solid #006D33;
    border-radius: 28px;
    font-size: 18px;
    color: #006D33;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    transition: all ease-in-out 0.2s;
    text-decoration: none;

}

.outline-btn:hover {
    background: #006D33;
    color: #fff;
    text-decoration: none;
}



.outline-white-btn {
    background: none;
    border: 2px solid #fff;
    border-radius: 28px;
    font-size: 18px;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
    text-decoration: none;

}

.outline-white-btn:hover {
    background: #fff;
    color: #006D33;
    text-decoration: none;
}


.banner-cover{
  background: transparent linear-gradient(270deg, #000000c7 0%, #00000022 51%, #000000c7 100%) 0% 0% no-repeat padding-box;
}

.banner{
  background: #F0F0F0;
}

.banner h1{
  font-size: 80px;
}


h1{
  font-size: 46px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;

}
h2{
  font-size: 48px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;

}
h3{
  font-size: 36px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
h3.small{
  font-size: 32px;
}

h4{
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}


h4.small{
  font-size: 20px;
}

h5{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
}


em {
    color: #444!important;
}
form#user-login-form{
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px;
	max-width: 400px;
	width: 100%;
}
select.orderby {
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #6d6d6d;
    background: #fbfbfb;
    font-size: 12px;
    padding: 5px 10px;
}

.banner{
    width: 100%;
}

a.uk-float-right.uk-hidden-large.menu_pointer {
    color: orange!important;
}
.uk-offcanvas-bar  {
    padding: 0px;
    background: #006D33;
}
.uk-offcanvas-bar ul li.current-menu-item > a {
    border-left: 10px solid orange;
}
.uk-offcanvas-bar ul li a {
    padding: 9px 20px;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    background: #006D33;
    color: #fff;
}
.uk-offcanvas-bar ul li a:active, .uk-offcanvas-bar ul li a:hover {
    background: #222;
	color: #fff;
    text-decoration: none;
}
.uk-offcanvas-bar ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.uk-offcanvas-bar ul li {
    margin: 0;
    padding: 0;
}

.uk-offcanvas-bar .sub-menu li a {
	background-color: #067d3e;
    font-size: 13px;
    padding: 6px 30px;


}
.uk-offcanvas-bar .sub-menu {
    width: 100%;
    display: block;
    position: relative;
	background-color: #006D33;
}

.uk-offcanvas-bar .sub-menu li {
    float: none!important;
    text-align: left;
}

a.page-numbers:hover {
    background-color: #D6D6D6;
    color: #666;
    outline: 0;
    background-image: none;
}
a.page-numbers {
    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
span.page-numbers.current {
    background: #009dd8;
    color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
.pagination {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}
.gform_wrapper form {
	overflow: hidden;
}
.gform_wrapper input:not([type="checkbox"]):not([type="radio"]) {
    padding: 10px 10px!important;
    border-radius: 0px!important;
    border-bottom: 1px solid #ccc;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    box-shadow: none !important;
    outline: none !important;
}

input#input_1_5 {
    border: 1px solid #707070 !important;
    border-radius: 6px !important;
    padding: 10px !important;
    height: 60px;
}
.gform_wrapper textarea {
  border-radius: 0px!important;
  border-bottom: 1px solid #ccc;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
}

body .gform_wrapper .gform_footer input.gform_button {

    --gf-ctrl-btn-bg-color-primary: #006D33;
    padding: 15px 30px!important;
    font-size: 18px!important;
    text-transform: uppercase!important;
}

body .gform_wrapper .gform_footer input.gform_button:hover {
    --gf-local-bg-color: #004E25!important;
}


input#gform_submit_button_2 {
    width: 100%;
    background: #EF5425;
    font-size: 18px;
    padding: 15px !important;
    border-radius: 40px !important;
}

.green-bg input#gform_submit_button_2{
	 background: #A0D34F;
}

input#input_2_1 {
    background: #7c7c7c !important;
    padding: 10px 15px !important;
    height: 50px;
    text-align: left;
    border-radius: 30px !important;
    border: 1px solid #C6C6C6 !important;
    color: #fff !important;
}

.green-bg input#input_2_1 {
    background: #fff !important;
	color: #000 !important;
}

input#input_2_1::placeholder {
    color: #BCBCBC !important;
    opacity: 1;
}



.gform_footer.top_label input {
    color: white;
    background: #55a94f;
    border: none;
    padding: 20px 40px!important;
    font-size: 22px!important;
    margin: 0!important;
    transition: ease-in-out all .2s;
	text-decoration: none;
	display: inline-block;
}
.gform_footer.top_label input:hover {
    opacity: .8;
		text-decoration: none;
}
.gform_footer.top_label {
    float: right;
    margin: 0;
}
.menu_pointer{
	cursor: pointer;
}




/*TOP LEVEL NAV START*/
.nav {
    float: right;
}
nav ul {
    margin: 0;
    padding: 0;
}
.nav li {
    float: left;
    list-style: none;
}
.nav > ul > li > a {
    color: #000000;
    font-size: 18px;
    padding: 11px 15px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-decoration: none;
    margin: 0 2px;
}
li.menu-item-has-children > a {
    cursor: default;
}
.nav .current_page_item > a, .nav .current-menu-item > a{
	color:#006D33;
}
.nav li:hover > a{
  background-color: none;
  color: #006D33;
}

/*TOP LEVEL NAV END*/

/*Style General Submenus*/
.sub-menu {
    position: absolute;
    background: #006D33;
    width: 285px;
    margin: 0;
    padding: 0;
	  z-index: 99;
}
.sub-menu li {
    float: none;
}
.sub-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.sub-menu li a:hover {
    background: #004E25;
    color: #fff;
}
/*this one styles the sub highlighted page nav*/
.sub-menu li:hover > a {
    color: #fff;
    background: #004E25;
}

.nav .sub-menu .current_page_item > a, .nav .sub-menu .current-menu-item > a{
	color:#fff;
  background: #004E25;

}
/*Style General Submenus*/

/*First Dropdown*/
.nav > ul > li > .sub-menu {
    display: none;
}
.nav > ul > li:hover > .sub-menu {
    display: block;
}

/*2nd Tear Dropdwn*/
.nav > ul > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 286px;
    width: 285px;
    margin-top: -40px;
}
.nav > ul > li > .sub-menu li:hover > .sub-menu {
    display: block;
}

/*3rd level Dropdown*/
.nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 216px;
    width: 215px;
    margin-top: -40px;
}
.nav > ul > li > .sub-menu > li >.sub-menu li:hover > .sub-menu {
    display: block;
}

/* 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: "Roboto", sans-serif;
	color:#444;
    font-size: 20px;
}
/* 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;
	display: inline-block;
}
section a {
    color: #1e87f0;
    text-decoration: underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3{
	margin: 20px 0!important;
}
h4, h5, h6{
	margin: 15px 0!important;
}

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

/* wrapper */
.wrapper {

}
.header {
    z-index: 99;
    position: relative;
    box-shadow: 0px 4px 12px #0000001F;
}
/* logo */
.logo {
  height: 120px;
  padding: 20px 0;
}

.uk-sticky-fixed.uk-active .logo{
    height: 70px;
    padding: 5px 0;

}

.footer .logo {
  padding: 0px;
}

.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
  background: #313131;
  color: #fff;
  font-size: 18px;
}

.footer .dark-grey-bg{
  padding: 5px;
}

.footer a:hover{
  color: #F2E541;
  text-decoration: none;
}

/*------------------------------------*\
    SMALL
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px){


	.ginput_container_text input {
		-webkit-appearance: none!important;
		-moz-appearance:    none!important;
		appearance:         none!important;
	}
  .banner h1{
    font-size: 36px;
  }

  h1{
    font-size: 26px;

  }
  h2{
    font-size: 20px;
  }

  h3{
    font-size: 20px;

  }
  h4{
    font-size: 18px;

  }

}
@media only screen and (min-width:0px) and (max-width: 960px){
  .banner-img{
    display: none;
  }
}


@media only screen and (min-width:1450px) and (max-width: 1800px){
  .banner h1{
    font-size: 60px;
  }
}

@media only screen and (min-width:959px) and (max-width: 1450px){
  .banner h1{
    font-size: 50px;
  }
}


@media only screen and (min-width:768px) and (max-width: 959px){

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

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

}

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