/*
Theme Name: COOINDA
Theme URL: http://www.cooindavillage.org.au
Description: COOINDA VILLAGE official WordPress theme.
Author: Carlos Castillo for Ellis Jones
Author URI: mailto:wordpress@carloscastillo.com.au
Version: 1.1

/* RESET ALL */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	background: #776a5e;
	color: #776a5e;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.35em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
img {
	display: block;
}
img.alignleft {
	float: left;
	margin: 7px 10px 10px 0;
}
img.alignright {
	float: right;
	margin: 7px 0 10px 10px;
}
img.aligncenter {
	margin: 7px auto;
}
h1 {
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.7em;
	line-height: 1.2em;
}
h2 {
	padding: 0.2em 0 0.9em;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1.2em;
}
h3 {
	padding-bottom: 0.5em;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.25em;
	line-height: 1.2em;
}
h4,
h5 {
	padding-bottom: 0.3em;
	font-weight: 700;
	font-size: 1.05em;
	line-height: 1.2em;
}
.hover_fx {
	opacity: 1;
	transition: all 0.2s ease-in;
}
.hover_fx:hover {
	opacity: 0.6;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}
input { /* Fixes issues on iOS */
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}


/* HEADER */
.header {
	width: 100%; /* For tablets */
	background: #fffcf8;
}
.header .inner {
	width: 954px;
	height: 100px;
	margin: 0 auto;
}
.header .cooinda_logo {
	display: block;
	float: left;
	width: 206px;
	height: 59px;
	margin-top: 20px;
}
.header .cooinda_logo img {
	width: 206px;
	height: auto;
}
.header .call {
	display: block;
	width: auto;
	float: right;
	margin-top: 36px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #776a5e;
	text-decoration: none;
	transition: color ease-in .2s;
}
.header .call:hover {
	color: #ce4875;
}
.but_facebook {
    display: block;
    float: right;
    width: 26px;
    line-height: 26px;
    margin: 34px 0 0 30px;
}
.but_facebook svg {
    display: block;
    width: 26px;
    height: 26px;
}
.but_facebook svg:hover .a {
    fill: #ce4875;
}
/* end HEADER */


/* MAIN NAV */
.main_nav {
	width: 100%; /* For tablets */
	height: 45px;
	background-color: #79c35f;
}
.main_nav #menu {
	width: 954px;
	height: 45px;
	margin: 0 auto;
	list-style: none;
	text-align: justify;
}
.main_nav #menu:after { /* Required for menu justification */
    content: '';
    display: inline-block;
    width: 100%;
}
.main_nav #menu > li {
	display: inline-block;
	position: relative;
}
.main_nav #menu li a {
	display: block;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
	outline: 0 none;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	transition: all ease-in 0.2s;
}
.main_nav #menu > li:hover > a,
.main_nav #menu > li.current-menu-item > a,
.main_nav #menu > li.current-menu-parent > a {
	background: #a1d48d;
}
.main_nav #menu li ul {
	position: absolute;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	top: 45px;
	left: 0;
	width: 240px;
	list-style: none;
	background: #62b843;
	box-shadow: 0px 9px 27px -10px rgba(0,0,0,0.50);
	transition: visibility 0s, opacity 0.3s ease-in;
}
.main_nav #menu li ul a {
	height: auto;
	line-height: 21px;
	padding: 12px 20px;
	font-weight: 300;
}
.main_nav #menu li ul a:hover,
.main_nav #menu li ul li.current-menu-item > a {
	background: #79c35f;
}
.main_nav #menu li:hover ul {
	visibility: visible;
	opacity: 1;
}
/* end MAIN NAV */


/* PAGE ELEMENTS */
.wrapper {
	width: 100%; /* For tablets */
	min-height: 600px;
	background: #fffcf8 url('images/wrapper_bg.png') top center no-repeat;
}
.wrapper > .inner,
.home_section > .inner {
	width: 954px;
	margin: 0 auto;
}
.page_hero {
    width: calc(100% - 290px);
    margin-left: 290px;
	height: 350px;
	background-size: cover;
    background-position: 50% 50%;
}
.page_title {
	display: table;
	width: 100%;
	height: 350px;
	margin-top: -350px;
	margin-bottom: 40px;
	background: url('images/page_hero_inner_bg.png') no-repeat;
	background-size: auto 100%;
	border-bottom: 5px solid #79c35f;
}
.page_title h1 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 565px 0 44px;
}
.col_content {
	float: left;
	width: 624px;
	padding-bottom: 1.4em;
}
.col_content .inner_content p,
.col_content .inner_content ul,
.col_content .inner_content ol {
	padding-bottom: 1.4em;
}
.col_content .inner_content a,
.bx-wrapper .bx-viewport .inner a {
	color: #79c35f;
	text-decoration: none;
	font-weight: 600;
}
.col_content .inner_content a:hover,
.bx-wrapper .bx-viewport .inner a:hover {
	text-decoration: underline;
}
.col_content .inner_content ul,
.col_content .inner_content ol {
	margin-left: 2em;
}
.col_content .inner_content ul {
	list-style-type: none;
}
.col_content .inner_content ul li:before {
	content: "·";
	font-weight: 700;
	position: relative;
	left: -12px;
}
.col_content .inner_content ul li {
	text-indent: -10px;
}
.col_content .inner_content li {
	padding-bottom: 0.3em;
}

.col_content .inner_content iframe {
    width: 100% !important;
    max-width: 600% !important;
    height: 400px;
}

.col_content .inner_content img {
    max-width: 100%;
}
/* end PAGE ELEMENTS */


/* SIDEBAR */
.col_sidebar {
	float: right;
	width: 215px;
	margin-right: 30px;
}
.col_sidebar .widget {
	font-size: 0.8em;
	line-height: 1.35em;
	padding-bottom: 2.7em;
}
.col_sidebar .widget h5 {
	padding-bottom: 0.9em;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.55em;
	line-height: 1.1em;
}
.col_sidebar .article {
	padding-bottom: 1.75em;
}
.col_sidebar .article h6 {
	font-size: 1.15em;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	padding-bottom: 2px;
}
.col_sidebar .read_more,
.home_section .activities .read_more,
.home_section .community .read_more,
.archive .read_more,
.the_sticky .read_more,
.search_result_item a.read_more {
	display: inline-block;
	margin-top: 2px;
	color: inherit;
	background: url(images/read_more_bg.png) no-repeat;
	background-position: -12px 55%;
	background-size: 12px 2px;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	text-decoration: none;
	transition: all ease-in 0.1s;
}
.col_sidebar .read_more:hover,
.home_section .activities .read_more:hover,
.home_section .community .read_more:hover,
.archive .read_more:hover,
.the_sticky .read_more:hover,
.search_result_item a.read_more:hover {
	background-position: 0 55%;
	text-indent: 16px;
}
/* end SIDEBAR */


/* FOOTER */
.footer {
	width: 100%; /* For tablets */
	padding: 74px 0 100px;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1.9em;
}
.footer h6 {
	margin-bottom: 12px;
	padding: 12px 0 17px;
	border-bottom: 1px solid #84786c;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.25em;
	line-height: 1em;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
	transition: all ease-in 0.2s;
}
.footer a:hover {
	color: #79c35f;
}
.footer .inner {
	width: 954px;
	margin: 0 auto;
}
.footer .col {
	float: left;
	width: 152px;
	margin-right: 34px;
}
.footer .first {
	margin-right: 74px !important;
}
.footer .last {
	margin-right: 0 !important;
}
.footer .cooinda_logo {
	width: 139px;
	height: auto;
	margin-bottom: 18px;
}
.footer .menu_footer {
	list-style: none;
}
.footer .menu_footer li {
	padding: 5px 0;
	line-height: 1.15em;
}
.footer .share_this {
	margin: 0;
	padding: 4px 0 12px;
	border: 0 none;
}
.footer .share_this span,
.footer .share_this li:last-child {
	display: none;
}
.footer .share_this li a {
	background-color: #92877d;
}
.footer .ellisjones_but {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	margin-top: 26px;
	background: url(images/ellisjones_but.png);
	background-size: 100% 100%;
	text-indent: -9999px;
}
/* end FOOTER */


/* HOME PAGE */
.home_section {
	border-bottom: 1px solid #eeeae5;
	margin-bottom: 32px;
	padding-bottom: 62px;
}
.home_section h3 {
	padding: 1.7em 0;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.7em;
	line-height: 1.2em;
	text-align: center;
}
.home_section h4,
.archive h4,
.enews_archive h4,
.the_sticky h4 {
	padding: 1.1em 0 0.5em;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.4em;
	line-height: 1.2em;
}
.home_section .services {
	text-align: center;
}
.home_section .services h3 {
	color: #79c35f;
}
.home_section .services ul,
.home_section .community ul {
	padding-bottom: 30px;
}
.home_section .services li,
.home_section .community li,
.archive li {
	float: left;
	width: 30%;
	margin-right: 5%;
	list-style: none;
}
.home_section .services li:last-child,
.home_section .community li:last-child {
	margin-right: 0;
}
.home_section .services .image,
.home_section .community .image,
.archive .image,
.the_sticky .image,
.single_featured {
	display: block;
	overflow: hidden;
	height: 170px;
	background-size: cover;
	border: 7px solid #ffffff;
	outline: 1px solid #dbd6d1;
	text-indent: -9999px;
	box-sizing: border-box;
}
.home_section .services .read_more {
	display: inline-block;
	margin-top: 34px;
	padding: 0 25px;
	line-height: 2em;
	background: #61b843;
	color: #ffffff;
	text-decoration: none;
}
.home_section .activities {
	list-style: none;
	overflow: auto; /*Fixes some weird space at the top */
}
.home_section .activities li {
	margin-bottom: 2.8em;
}
.home_section .activities li:last-child {
	margin-bottom: 0;
}
.home_section .activities .image {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%;
}
.home_section .activities .image img {
	width: calc(100% - 17px);
	height: auto;
	margin: 1px 0 1px 1px; /*Fixes some weird cropping */
	border: 7px solid #ffffff;
	outline: 1px solid #dbd6d1;
}
.home_section .activities .description {
	float: left;
	width: 48%;
}
.home_section .activities h4 {
	padding: 0 0 0.5em !important;
	font-size: 1.2em;
	line-height: 1.15em;
}
.home_section .activities p {
	padding-bottom: 1em;
}
.home_section .community h3 {
	color: #ce4974;
}
.home_section .categories,
.archive .categories {
	padding-top: 0.9em;
	font-size: 0.9em;
	word-spacing: 4px;
}
.home_section .categories a,
.archive .categories a {
	color: inherit;
	text-decoration: none;
	letter-spacing: 2px;
	transition: all ease-in 0.2s;
}
.home_section .categories a:hover,
.archive .categories a:hover {
	color: #79c35f;
}
.home_section .community h4,
.archive h4,
.the_sticky h4 {
	padding: 0.3em 0 0.5em;
	line-height: 1.1em;
}
.home_section .community p,
.archive p {
	font-size: 0.85em;
	line-height: 1.3em;
	padding-bottom: 0.8em;
}
.home_section .enews,
.enews_archive {
	width: 296px;
	margin: 0 auto 30px;
	text-align: center;
}
.home_section .enews h4 {
	padding: 56px 0 32px;
}
.home_CTA {
	padding-top: 30px;
	text-align: center;
}
.home_CTA .button {
	display: inline-block;
	margin: 0 15px;
	padding: 0.75em 5em 0.95em;
	background: #ffffff;
	color: inherit;
	border: 1px solid #dad6d3;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.4em;
	text-decoration: none;
	transition: all ease-in 0.2s;
}
.home_CTA .button:hover {
	background: #79c35f;
	color: #ffffff;
}
.home_awards {
	text-align: center;
}
.home_awards h4 {
	padding-bottom: 1.1em;
}
.home_awards img {
	display: inline-block;
}
/* end HOME PAGE */


/* ARCHIVES */
.category_header,
.the_sticky {
	margin-bottom: 45px;
}
.category_header {
	padding-top: 45px;
}
.category_header .content {
	float: left;
	width: 60%;
}
.category_header h1 {
	padding-bottom: 0.85em;
}
.the_sticky .image {
	display: block;
	float: left;
	width: 65%;
	height: 350px;
	margin-right: 5%;
}
.the_sticky .content {
	float: right;
	width: 30%;
}
.the_sticky .categories {
	font-size: 0.9em;
	letter-spacing: 2px;
}
.the_sticky p {
	line-height: 1.3em;
	padding-bottom: 0.8em;
}
.archive {
	padding-bottom: 30px;
}
.archive li {
	height: 480px;
}
.archive li:nth-child(3n) {
	margin-right: 0;
}
.pagination_wrapper {
	padding-bottom: 56px;
}
.pagination {
	height: 34px;
	line-height: 34px;
	padding: 26px 0;
	background: #ffffff;
	border-top: 1px solid #dddad7;
	border-bottom: 1px solid #dddad7;
	text-align: center;
}
.pagination .pages {
	padding-right: 20px;
}
.pagination .current {
	font-weight: 700;
}
.pagination a {
	text-decoration: none;
	color: inherit;
	transition: all ease-in 0.2s;
}
.pagination a:hover {
	color: #79c35f;
}
.pagination a,
.pagination .current {
	padding: 0 6px;
}
.enews_archive {
	padding-bottom: 110px;
}
.enews_archive h4 {
	padding-bottom: 32px;
}
.article_header .but_back {
	display: inline-block;
	margin: 46px 0 18px;
	font-size: 0.75em;
	color: inherit;
	text-decoration: none;
	transition: color ease-in 0.2s;
}
.article_header .but_back:hover {
	color: #79c35f;
}
.article_header h1 {
	font-size: 2em;
	line-height: 1.1em;
}
.article_header h1,
.article_header .date {
	padding-bottom: 20px;
}
.single_featured {
	width: 100% !important;
	height: auto !important;
}
.search_result_item {
	margin-bottom: 1.4em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #d4cfca;
}
.search_result_item p {
	padding-bottom: 0.5em !important;
}
.content_search {
	overflow: auto;
	width: 50%;
	margin: 0 auto 1em;
}
.content_search input {
	float: left;
}
/* end ARCHIVES */


/* NEWS SEARCH */
.news_search {
	float: right;
	width: 215px;
}
.news_search ul {
	list-style: none;
	margin-bottom: 8px;
	color: #63575b;
	position: relative;
}
.news_search .dropdown_button {
	position: relative;
	display: block;
	height: 36px;
	padding: 0 15px;
	background: #ffffff;
	line-height: 36px;
	color: inherit !important;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #d2cdc7;
	transition: all ease-in 0.2s;
}
.news_search ul.dropdown_content a:hover {
	background-color: #ce4974;
	color: #ffffff !important;
}
.news_search .dropdown_button:hover span,
.news_search .dropdown_active span { /* Needs to be declared on its own to avoid a visual bug */
	opacity: 0.6;
}
.news_search .dropdown_button span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 36px;
	height: 36px;
	background: #ce4974;
	color: #ffffff;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	-webkit-transform: rotate(90deg); /* Fixes an issue with "transform: rotate" on iOS */
	-ms-transform: rotate(90deg); /* IE9 */
	transform: rotate(90deg);
	opacity: 1;
	transition: opacity ease-in 0.2s;
}
.news_search ul.dropdown_content {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.35);
}
.news_search ul.dropdown_content a {
	display: block;
	padding: 8px 15px;
	border: 1px solid #d2cdc7;
	border-top: 0 none !important;
	color: inherit !important;
	font-size: 15px;
	text-decoration: none;
	transition: all ease-in 0.2s;
}
.news_search .searchform {
	border: 1px solid #d2cdc7;
	overflow: auto;
}
.news_search .searchform input[type="text"] {
	float: left;
	box-sizing: border-box;
	width: calc(100% - 36px);
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	background: #ffffff;
	color: inherit !important;
	font-size: 15px;
}
.news_search .searchform input[type="submit"] {
	float: left;
	width: 36px;
	height: 36px;
	margin: 0;
	background: #ffffff url(images/search_news_but.png);
	background-size: 100% 100%;
	opacity: 1;
	transition: opacity ease-in 0.2s;
}
.news_search .searchform input[type="submit"]:hover {
	background-color: #ffffff;
	opacity: 0.6;
}
/*end NEWS SEARCH */



/* end SEARCH FORM */
.searchform input[type=submit] {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0 none;
	background: #fffcf8 url(images/search_but.png);
	background-size: 100% 100%;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	transition: all ease-in 0.2s;
}
.searchform input[type=submit]:hover {
	background-color: #79c35f;
}
.searchform input[type=text] {
	display: inline-block;
	width: calc(100% - 40px);
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 0px;
	border: 0 none;
	background-color: #92877d;
	color: #fffcf8;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 300;
	outline: none;
	-webkit-appearance: none;
}
/* end SEARCH FORM */


/* eNEWS */
#subForm {
	border: 1px solid #d4cfca;
}
#subForm input {
	float: left;
	width: calc(100% - 58px);
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border: 0 none;
	background: #ffffff;
	color: #776a5e;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	outline: none;
	-webkit-appearance: none;
	box-shadow: none; /* Disables red line on required fields (Firefox) */
}
#subForm input:focus {
    outline: none;
}
#subForm button {
	float: right;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 0 none;
	background: #ce4974 url('images/eNews_but.png');
	background-size: 100% 100%;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	transition: all ease-in 0.2s;
}
#subForm button:hover {
	background-color: #79c35f;
}
/* end eNEWS */


/* SHARE THIS */
.share_this {
	list-style: none;
	height: 29px;
	line-height: 29px;
	padding: 2.2em 0 1.4em;
	border-top: 1px solid #e9e5e0;
	margin-top: 1.4em;
}
.share_this span {
	display: block;
	float: left;
	width: auto;
	padding-right: 15px;
	line-height: 33px;
}
.share_this li {
	float: left;
	width: 29px;
	margin-right: 12px;
}
.share_this li a {
	display: block;
	width: 29px;
	height: 29px;
	background: #ada49b;
	text-indent: -9999px;
	background-size: 29px 29px;
	transition: all ease-in 0.2s;
}
.share_this li a:hover {
	background-color: #79c35f;
}
.share_this .facebook {
	background-image: url('images/share_facebook.png');
}
.share_this .twitter {
	background-image: url('images/share_twitter.png');
}
.share_this .linkedin {
	background-image: url('images/share_linkedin.png');
}
.share_this .email {
	background-image: url('images/share_email.png');
}
/* end SHARE THIS */


/* SLIDES */
.bx-wrapper {
	margin: 0 !important;
	border-bottom: 5px solid #79c35f;
}
.bx-wrapper .bx-viewport {
	height: 385px !important;
	box-shadow: none !important;
	border:  0 none !important;
	left: 0 !important;
	background: none !important;
}
.bx-wrapper .bx-viewport .image {
    width: calc(100% - 270px);
    margin-left: 270px;
	height: 385px;
	background-size: cover;
    background-position: 50% 50%;
}
.bx-wrapper .bx-viewport .inner {
	height: 385px;
	margin-top: -385px;
	padding: 52px 600px 0 35px;
	background: url('images/page_hero_inner_bg.png') no-repeat;
	background-size: auto 385px;
	background-position: -50px 0;
}
.bx-wrapper .bx-viewport .inner h3 {
	padding-bottom: 0.6em;
	font-family: "Roboto Slab", Times, "Times New Roman", serif;
	font-size: 1.7em;
	line-height: 1.2em;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255, 255, 255, 0.2) !important;
	border: 1px #ffffff solid !important;
	border-radius: 6px !important;
	transition: all ease-in 0.2s;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(255, 255, 255, 1) !important;
}
/* end SLIDES */




#mobile_menu_wrapper,
.mobile_CTA, .mobile_top {
	display: none;
}

@media screen and (max-width:740px) {
.header,
.main_nav {
	display: none;
}
body {
	font-size: 0.9em;
	line-height: 1.35em;
	padding-top: 60px;
}

/* MAIN NAVIGATION */
#mobile_menu_wrapper {
	display: block;
	position: fixed;
	top: 0;
	z-index: 999;
	overflow: auto;
	width: 100%;
	box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.3);
}
#mobile_menu_wrapper .top {
	overflow: auto;
	background: #79c35f;
}
#mobile_but_home {
	display: block;
	float: left;
	margin: 10px 15px;
	width: 140px;
	height: 40px;
	background: url('images/cooinda_logo_white.png') no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	opacity: 1;
}
#mobile_but_home:hover {
	opacity: 0.5
}
a#but_view_menu {
	display: block;
	float: right;
	width: auto;
	height: 42px;
	line-height: 44px;
	margin: 9px 0;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
a#but_view_menu div {
	display: inline-block;
	width: 58px;
	height: 42px;
	background: #ffffff url('images/mobile_but_view_menu.png') no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
}
/*
a#but_view_menu:hover, a#but_view_menu.active {
	color: #34522a;
}
a#but_view_menu:hover div, a#but_view_menu.active div {
	background-color: #34522a;
}
*/
#mobile_menu_dropdown {
	overflow: auto;
	display: none;
	clear: both;
	padding: 25px 15px;
	margin: 0;
	background: rgba(47, 77, 37, 0.9);
	box-shadow: inset 0px 19px 20px -23px rgba(0,0,0,0.75);

	min-height: 200px;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
/* Nav level 1 */
#mobile_menu_wrapper #mobile_menu {
	margin-bottom: 25px;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}
#mobile_menu_wrapper #mobile_menu a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	transition: background-color ease-in 0.2s;
}
#mobile_menu_wrapper #mobile_menu li {
	display: block;
	position: relative;
}
#mobile_menu_wrapper #mobile_menu > li {
	margin: 0 0 3px;
}
#mobile_menu_wrapper #mobile_menu li.menu-item-has-children > a {
	background-image: url('images/mobile_but_cross.png');
	background-position: top right;
	background-size: 36px 26px;
	background-repeat: no-repeat;
}
#mobile_menu_wrapper #mobile_menu > li.open > a {
	background-image: url('images/mobile_but_cross_closed.png');
}
#mobile_menu_wrapper #mobile_menu > li > a {
	padding: 5px 15px;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #79c35f;
}
#mobile_menu_wrapper #mobile_menu > li > a:hover,
#mobile_menu_wrapper #mobile_menu > li.current-menu-ancestor > a,
#mobile_menu_wrapper #mobile_menu > li.current-menu-item > a,
#mobile_menu_wrapper #mobile_menu > li.open > a  {
	background-color: #ce4974;
}
/* Nav level 2 */
#mobile_menu_wrapper #mobile_menu li li.menu-item-has-children > a {
	background-image: url('images/mobile_but_cross_231f20.png');
}
#mobile_menu_wrapper #mobile_menu > li li.open > a {
	background-image: url('images/mobile_but_cross_closed_231f20.png');
}
#mobile_menu_wrapper #mobile_menu > li > ul {
	display: none;
	padding: 8px;
	background-color: #e7e6e3;
}
#mobile_menu_wrapper #mobile_menu ul li {
	border-bottom: 1px solid #cacac8;
}
#mobile_menu_wrapper #mobile_menu ul li:last-child {
	border-bottom: 0 none;
}
#mobile_menu_wrapper #mobile_menu ul a {
	margin: 0;
	padding: 5px 8px;
	background-color: #e7e6e3;
	color: #231f20;
	font-size: 0.9em;
}
#mobile_menu_wrapper #mobile_menu ul a:hover,
#mobile_menu_wrapper #mobile_menu ul li.open > a,
#mobile_menu_wrapper #mobile_menu ul li.current-menu-ancestor > a,
#mobile_menu_wrapper #mobile_menu ul li.current-menu-item > a {
	background-color: #cacac8;
}
/* Nav level 3 */
#mobile_menu_wrapper #mobile_menu ul ul {
	display: none;
	width: 98%;
	padding: 1%;
	background-color: #929290;
}
#mobile_menu_wrapper #mobile_menu ul ul li {
	border-bottom: 1px solid #747472;
}
#mobile_menu_wrapper #mobile_menu ul ul li a {
	background-color: #929290;
	color: #ffffff;
	font-size: 0.9em;
}
#mobile_menu_wrapper #mobile_menu ul ul li a:hover,
#mobile_menu_wrapper #mobile_menu ul ul li.current-menu-item > a {
	background-color: #747472;
}
/* Displays current tree */
#mobile_menu_wrapper #mobile_menu li.current-menu-ancestor > ul {
	display: block;
}
#mobile_menu_dropdown .searchform {
	border: 0 none;
	overflow: auto;
}
#mobile_menu_dropdown .searchform input[type="text"] {
	float: left;
	box-sizing: border-box;
	width: calc(100% - 36px);
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	background: #ffffff;
	color: inherit !important;
	font-size: 15px;
}
#mobile_menu_dropdown .searchform input[type="submit"] {
	float: left;
	width: 36px;
	height: 36px;
	margin: 0;
	background: #ffffff url(images/search_news_but.png);
	background-size: 100% 100%;
	opacity: 1;
	transition: opacity ease-in 0.2s;
}
#mobile_menu_dropdown .searchform input[type="submit"]:hover {
	background-color: #ffffff;
	opacity: 0.6;
}
#mobile_menu_dropdown .but_facebook {
    float: none;
    width: 230px;
    margin: 30px auto 0;
    text-align: center;
    color: #fff;
}
#mobile_menu_dropdown .but_facebook span {
    display: block;
    float: left;
    width: auto;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transform: translateY(2px);
}

#mobile_menu_dropdown .but_facebook svg {
    display: block;
    float: left;
    width: 26px;
    height: auto;
}

#mobile_menu_dropdown .but_facebook svg .a {
    fill: #ce4974;
}

/* end MAIN NAVIGATION */


/* GENERAL SETTINGS */
.wrapper > .inner,
.home_section > .inner,
.category_header .content,
.category_header .news_search,
.col_sidebar .news_search,
.content_search {
	width: 100%;
}
.page_hero {
    width: 100%;
    margin-left: 0;
	height: 200px;
}
.page_title {
	height: auto;
	margin-top: 0;
	box-sizing: border-box;
	padding: 10px;
	background: #ffffff;
}
.page_title h1 {
	padding: 0;
}
.category_header {
	padding-bottom: 3em;
}
.category_header p {
	padding-bottom: 1.5em;
}
.category_header,
.article_header,
.col_content,
.col_sidebar,
.the_sticky .image,
.the_sticky .content,
.archive {
	float: none;
	width: 90%;
	margin: 0 auto;
}
.col_sidebar {
	margin-top: 2em;
}
/* end GENERAL SETTINGS */


/* FOOTER */
.footer {
	padding: 40px 0 15px;
	font-size: 1em;
	line-height: 1.35em;
}
.footer .inner {
	width: 70%;
	margin: 0 auto;
}
.footer .col {
	display: none;
}
.footer .first,
.footer .last {
	display: block !important;
	width: 100%;
	padding-bottom: 25px;
}
.footer .share_this {
	padding-bottom: 40px;
}
.footer .searchform {
	overflow: auto;
}
.footer .searchform input {
	float: left;
}
.footer .ellisjones_but {
	float: none;
	margin: 40px auto 0;
}
/* end FOOTER */


/* HOME PAGE */
.bx-wrapper {
	background: #ffffff;
}
.bx-wrapper .bx-viewport {
    height: calc(100vh - 60px;) !important;
    height: 82vh !important;
}
.bx-wrapper .bx-viewport .image {
    width: 100%;
    margin-left: 0;
	height: 230px;
    background-size: cover;
}
.bx-wrapper .bx-viewport .inner {
    height: auto;
	margin-top: 0;
	padding: 20px 5%;
	box-sizing: border-box;
	background: none;
    font-size: 1.2em;
    line-height: 1.3em;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	top: 180px;
	bottom: auto;
}
.home_section {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0;
}
.home_section .services li,
.home_section .community li,
.archive li {
	width: 100%;
	margin: 0 0 40px;
}
.home_section .services ul,
.home_section .community ul {
	padding-bottom: 0;
}
.home_section .activities .image,
.home_section .activities .description {
	width: 100%;
	margin: 0 0 0.5em;
}
.community form {
	margin-bottom: 2.7em;
}
.home_CTA {
	padding: 2.7em 0 1.7em;
}
.home_CTA .button {
	display: block;
	padding: 0.75em 0 0.95em;
	text-align: center;
	margin-bottom: 1em;
}
.home_awards {
	padding-bottom: 2.7em;
}
.home_awards h4 {
	padding-top: 1.7em;
}
.home_awards img {
	width: 100%;
	height: auto;
}
/* end HOME PAGE */


/* ARCHIVE */
.the_sticky .image {
	margin-bottom: 0.5em;
	height: 200px;
}
.archive li {
	height: auto;
}
/* end ARCHIVE */

}
