/*******************************************
Theme Name: War Widows Queensland
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.2.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
********************************************/

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i'); */
@import 'library/css/fonts.css';
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body, p, td, ul, li {
	color: #333;
	font-family: 'Decalotype', sans-serif;
	font-size: 1.563rem;
	font-weight: 300;
	line-height: 1.48em;
}
h1, h2, h3, h4, h5, h6 {
	color: #6087c4;
	font-family: 'Decalotype', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 30px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	/* font-size: 60px; */
	font-size: 3.75rem;
	line-height: 1em;
}
h2 {
	/* font-size: 45px; */
	font-size: 2.813rem;
}
h3 {
	/* font-size: 40px; */
	font-size: 2.5rem;
}
h4 {
	/* font-size: 37px; */
	font-size: 2.313rem;
}
h4.mi {
	/* font-size: 35px; */
	font-size: 2.188rem;
	font-weight: 500;
	font-style: italic;
}
h4.m {
	/* font-size: 35px; */
	font-size: 2.188rem;
	font-weight: 500;
	color: #536CAD;
}
h5 {
	/* font-size: 30px; */
	font-size: 1.875rem;
}
h5.reg {
	/* font-size: 32px; */
	font-size: 2rem;
	font-weight: 400;
	color: #6087c4;
}
h6 {
	/* font-size: 26px; */
	font-size: 1.625rem;
	font-weight: 500;
	color: #536CAD;
}
h6.mi {
	/* font-size: 24px; */
	font-size: 1.5rem;
	font-style: italic;
}
h6.b {
	/* font-size: 24px; */
	font-size: 1.5rem;
	font-weight: 700;
	color: #6087c4;
}
a {
	color: #2D56A6;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #d88423;
	text-decoration: none;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {  
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin: 0 0 30px;
	padding: 0;
}
p:last-child{
	margin-bottom: 0 !important;
}
table {
	margin: 30px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #b6b9ba;
	color: transparent;
	height: 1px;
	margin: 60px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative; 
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute; 
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 95px 0;
}

.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.text-white *{
	color: #fff;
}

ul.list-none{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
ul.list-none:before,
ul.list-none:after{
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after{
	clear: both;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.sfm-rollback {
	display: none;
}

.translateY{
	-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.translateX{
	-webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ease-in{
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.pb-0{
	padding-bottom: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}

.cta-text-bar,
.bg-blue-flower{
	background-color: #6087c4;
	/*background: url(library/images/bg-blue-flower.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cta-text-bar{
	background: url(library/images/bg-blue-flower.jpg);
}
.cta-text-bar h4{
	background: url(library/images/icons/quotes@2x.png) no-repeat center top;
	font-weight: 300;
	line-height: 52px;
	margin: 0;
	padding-top: 50px;
	-webkit-background-size: 55px auto;
	-moz-background-size: 55px auto;
	-o-background-size: 55px auto;
	background-size: 55px auto;
}

/* This 'gridline' classname is used and intended for development process to make more accurate as per design. */
.gridline {
	background: url(library/images/grid-line.jpg) repeat-y center center;
}

/******************************************
GLOBAL LAYOUT STYLES
******************************************/
/* Header */
.main-header {
	padding: 0;
}
.top-bar{
	background-color: #f0f0f0;
	padding: 14px 0;
}
.top-bar-inner{
	float: right;
}
.top-bar-inner > div{
	float: left;
}
.searchform-top form{
	position: relative;
	width: 350px;
	margin-left: 35px;
}
.searchform-top label{
	display: none;
}
.searchform-top input{
	background: #fff url(library/images/icons/icon-search@2x.png) no-repeat 15px center;
	border: 0;
	height: 42px;
	padding-left: 45px;
	-webkit-background-size: 22px auto;
	-moz-background-size: 22px auto;
	-o-background-size: 22px auto;
	background-size: 22px auto;
}
.searchform-top button{
	background-color: #6087c4;
	color: #fff;
	border: 0;
	min-width: 82px;
	height: 42px;
	line-height: 41px;
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 16px;
	padding: 0 0 1px;
    border-radius: 0;
}
.searchform-top button:hover{
	background-color: #012263 !important;
}
.logo-bar{
	padding: 34px 0;
}
.logo a{
	float: left;
}
.logo img{
	max-width: 180px;
}
.tagline-text{
	float: left;
	margin-top: 31px;
	margin-left: 35px;
}
.tagline-text img{
	max-width: 296px;
}
.top-menu .main-nav{
	border-top: 1px solid #e6e6e6;
}


/* Bottom Bar */
body.inner .bottom-bar{
	background-color: #9db6f5;
}
body.inner .bottom-bar h2{
	color: #fff;
}
.bottom-bar{
	padding: 100px 0;
}
.bottom-bar h2{
	color: #6087c4;
	margin: 0;
}

/* Footer */
.main-footer{
	padding: 50px 0;
	background: #6087c4 url(library/images/footer-bg@2x.png) no-repeat left bottom;
	background-size: contain;
	border-top: 1px solid #7f98cc;
}
.main-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-footer ul li{
	font-size: 1.25rem;
	line-height: 1.3em;
}
.footer-col-1 img{
	margin-top: 55px;
}
.footer-col-2 > div{
	padding-left: 30px;
}
.footer-col-2 ul li{
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-bottom: 27px;
}
.footer-col-2 ul li.location{
	background-image: url(library/images/icons/placeholder@2x.png);
	background-size: 17px auto;
}
.footer-col-2 ul li.phone{
	background-image: url(library/images/icons/phone@2x.png);
	background-size: 24px auto;
}
.footer-col-2 ul li.email{
	background-image: url(library/images/icons/envelope@2x.png);
	background-size: 17px auto;
}

.footer-col-2 ul li.mail{
	background-image: url(/wp-content/uploads/email.png);
	background-size: 25px auto;
	background-position: left 3px;
}

.footer-col-2 ul li.time{
	background-image: url(library/images/icons/clock@2x.png);
	background-size: 18px auto;
}
.footer-col-3{
	width: 29%;
}
.footer-col-3 > div{
	padding-left: 20px;
}
.footer-col-3 ul{
	float: left;
}
.footer-col-3 ul li{
	padding-bottom: 7px;
	line-height: 1.6em;
}
.footer-col-3 ul.menu-left{
	width: 75%;
	padding-right: 10px;
}
.footer-col-3 ul.menu-right{
	width: 40%;	
}
.footer-col-4{
	width: 21%;
}
.footer-col-4 > div{
	padding-left: 10px;
}
.footer-col-4 .textwidget{
	padding-top: 5px;
}

.copyright{
	margin-top: 40px;
}
.copyright p{
	font-size: 16px;
	line-height: 1.33em;
	margin: 0;
}
.copyright br{
	display: none;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

/* Social Media */
ul.social-media{
	margin-bottom: 0;
}
.social-media li{
	float: left;
	margin-left: 8px;
}
.social-media li:first-child{
	margin-left: 0;
}
.social-media li a{
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
.social-media li a.facebook{background-color: #3b5998;}
.social-media li a.twitter{background-color: #26a6d1;}
.social-media li a.facebook:hover{background-color: #1048bd;}
.social-media li a.twitter:hover{background-color: #037fa9;}
.social-media li i{
	color: #fff;
    font-size: 24px;
	line-height: 42px;
}

/*** Enter your style for global layout here ***/


/******************************************
HOMEPAGE STYLES
******************************************/
/* Home Banner */
.home-banner{
	position: relative;
}
.hb-overlay{
	max-width: 1200px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 99;
	display: none;
}
.banner-left{
	padding-right: 0;
}
.banner-left p{
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 37px;
	color: #6087c4;
}

.banner-left p:last-child{
	padding-top: 10px;
}
.banner-left a.em-blue{
	min-width: 180px;
	margin-right: 24px;
}
.banner-left a.em-blue-light{
	min-width: 200px;
}
.home-banner .ls-v6 .ls-nav-prev,
.home-banner .ls-v6 .ls-nav-next{
	background: url(library/images/hs-bg-navleft.png) no-repeat;
	height: 100px;
	width: 50px;
	border-radius: 0;
	transform: none !important;
	opacity: 0.8;
}
.home-banner .ls-v6 .ls-nav-prev:hover,
.home-banner .ls-v6 .ls-nav-next:hover{
	opacity: 1;
}
.home-banner .ls-v6 .ls-nav-next{
	background-image: url(library/images/hs-bg-navright.png);
	right: 0;	
}
.home-banner .ls-v6 .ls-nav-prev{
	left: 0;	
}
.home-banner .ls-v6 .ls-nav-prev:after,
.home-banner .ls-v6 .ls-nav-next:after{
	background: url(library/images/hs-arrow-left.png) no-repeat 50% 50%;
	height: 100px;
	width: 15px;
	top: 0;
	margin: 0;
	border: 0;
	transform: none;
}
.home-banner .ls-v6 .ls-nav-next:after{
	background-image: url(library/images/hs-arrow-right.png);
	right: 12px;
}
.home-banner .ls-v6 .ls-nav-prev:after{
	left: 12px;
}

/* Home Mainbody */
body.home .mainbody .col-left p{
	font-weight: 500;
}
body.home .mainbody .col-left p:last-child{
	font-size: 1.5rem;
	font-weight: 400;
}
body.home .mainbody .col-right img{
	margin-top: -38px;
}
body.home .mainbody .col-right a.em-button{
	min-width: 225px;
	font-size: 1.5rem;
	font-weight: 300;
}
body.home .mainbody .col-right a.em-black-border{
	margin-right: 14px;
}
form.search-town input[type="search"]{
	font-size: 1.5rem;
	width: 225px;
	text-align: center;
	margin-right: 14px;
	border-color: #333;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-o-border-radius: 30px;
}

/* Home Events/News */
.home-row-01{
	border-top: 1px solid #7387bc;
	padding: 65px 0 80px;
}
.upcoming-events{
	position: relative;
}
.UE-listing{
	padding-bottom: 30px;
}
.UE-list{
	padding-bottom: 42px;
}
.UE-date-inner p > a{
	position: relative;
	background-color: #6087c4;
	color: #fff;
	height: 150px;
	width: 150px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
.UE-date p > a > span{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.UE-date p > a > span > span{
	display: block;
	text-align: center;
}
.UE-date span.day{
	/* font-family: 'helveticaneueblackcond', sans-serif; */
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 60px;
	margin-top: -7px;
}
.UE-date span.month{
	font-size: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
}
.UE-info h3{
	margin-bottom: 0;
	text-transform: uppercase;
}
.UE-info h3 a{
	color: #fff;
}
.upcoming-events h4{
	float: left;
	margin-right: 33px;
	margin-bottom: 0;
}
.UE-socmed{
	float: left;
}
.UE-socmed .social-media li a {
    height: 54px;
    width: 54px;
}
.UE-socmed .social-media li i {
	font-size: 30px;
	line-height: 54px;
}
.latest-news{
	position: relative;
}
.LN-photo{
	padding-bottom: 4px;
}
.LN-photo a{
	display: inline-block;
	overflow: hidden;
}
.LN-photo img{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.LN-photo img:hover{
	-webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.LN-title{
	margin-bottom: 0;
}
.LN-date{
	font-size: 1.125rem;
	font-weight: 500;
	padding-bottom: 5px;
}
.latest-news p{
	font-size: 1.25rem;
	line-height: 1.33em;
}
.latest-news a.read-full{
	font-weight: 700;
	position: relative;
}
.latest-news a.read-full:after{
	content: '';
	background: url(library/images/icons/double-arrow-left.png) no-repeat right center;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-bottom: 2px;
	margin-left: 7px;
	vertical-align: middle; 
}
.latest-news a.read-full:hover:after{
	background-position: left center;
}
.LN-more-news{
	position: absolute;
	right: 15px;
	bottom: -21px;
}

/*** Homepage - Enter any style for elements on homepage here ***/



/******************************************
INNERPAGES STYLES
******************************************/
/* Inner Banner */
.inner-banner {
	background: url(library/images/banner-inner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 110px 0;
	height: auto;
}
.inner-banner h1{
	font-size: 3.75rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
body.page-id-29 .banner-button .em-blue-light {
	display:none;
}
body.page-id-29 .banner-button .em-blue {
	margin-right:0;
}
.banner-button p{
	text-align: right;
}
.banner-button a.em-button{
	display: inline-block;
}
.banner-button a.em-blue{
	min-width: 180px;
	margin-right: 28px;
}
.banner-button a.em-blue-light{
	min-width: 200px;
}

/* About */
.inspirational-text{
	text-align: center;
	padding: 5px 0 40px;
}
.inspirational-text h4{
	font-size: 2rem;
	font-weight: 400;
	color: #6087c4;
	margin: 0 0 40px;
}
.inspirational-text h5{
	font-size: 1.875rem;
	color: #536CAD;
	margin: 0 0 12px;
}
.inspirational-text h6{
	font-size: 1.5rem;
	font-style: italic;
	color: #536CAD;
}
.our-values hr{
	max-width: 590px;
	margin: 50px auto 60px;
}
.our-values h4{
	font-style: italic;
	margin-bottom: 14px;
}
.our-values img{
	margin-bottom: 14px;
	display: block;
}
.our-values p{
	font-size: 1.25rem;
}
.our-people{}
.our-people .row{
	padding: 20px 0 60px;
}
.our-people h5{
	font-weight: 500;
	margin: 0 0 5px;
	color: #536CAD;
}
.our-people h6{
	color: #333;
}
.our-people p{
	font-size: 1.5rem;
	margin-bottom: 25px !important;
}
.awwq-executive .col-left{
	width: 29.75%;
}
.awwq-executive .col-right{
	width: 70.25%;
	padding-left: 0;
}
.awwq-executive h4{
	padding-bottom: 15px;
}
.awwq-executive img{
	border: 3px solid #fff;
}
.awwq-executive h5{
	margin-bottom: 5px;
}
.awwq-executive p{
	font-size: 1.5rem;
}
.awwq-more-infos{
	padding-bottom: 50px;
}
.awwq-more-infos .row-01 p{
	color: #536CAD;
	font-weight: 500;
}
.awwq-more-infos .row-02 .extra-content-col-inner{
	border-top: 1px solid #95989a;
	border-bottom: 1px solid #95989a;
	margin: 70px 0 45px;
	padding: 50px 0 20px;
}
.awwq-more-infos h6{
	font-size: 1.5rem;
	font-weight: 700;
	color: #6087c4;
	margin-bottom: 14px;
}
.awwq-office-details p,
.awwq-emails p{
	font-size: 1.125rem;
	font-weight: 500;
}
.awwq-office-details a{
	color: #333;
}
.awwq-office-details a:hover{
	color: #d88423;
}
.awwq-office-details li{
	float: left;
	width: 20%;
	padding-right: 25px;
}
.awwq-emails li{
	float: left;
	width: 33.33%;
	padding-right: 25px;
	padding-bottom: 40px;
}

/* Support/Services */
body.page-support-services .mainbody{
	text-align: center;
}
body.page-support-services .mainbody .row-01{
	padding-bottom: 80px;
}
body.page-support-services .mainbody img.wp-image-151{
	margin-top: -20px;
}
/*body.page-support-services .mainbody .row-01 > div:first-of-type img {
	margin: 23px auto 25px;
}*/

/* Accomodation */
.holiday-units-row-01 .row-02 h6{
	margin-bottom: 12px;
}
.holiday-units-row-01 .row-02 p{
	font-size: 1.125rem;
	margin-bottom: 12px;
}
.holiday-units-row-01 .row-02 a.hyper-link-blue{
	font-size: 1.5rem;
	background-position: 0 10px;
}
.holiday-units-row-01 .row-02 .col-02{
	text-align: right;
}
.awwq-units .row{
	border-bottom: 1px solid #95989a;
	margin: 0 0 70px;
	padding: 0 0 60px;
}
.awwq-units .row:last-child{
	border: 0;
	margin: 0;
	padding: 0;
}
.unit-infos{
	padding-right: 0;
}
.unit-infos h4{
	margin: 0 0 24px;
}
.unit-infos h6{
	font-size: 1.5rem;
	background: url(library/images/icons/pin@2x.png) no-repeat 0 center;
	-webkit-background-size: 26px auto;
	-moz-background-size: 26px auto;
	-o-background-size: 26px auto;
	background-size: 26px auto;
	padding: 5px 0 5px 50px;
	color: #333;
	margin: 0 0 24px;
}
.unit-infos p{
	font-size: 1.5rem;
	margin: 0 0 20px;
}

/* Resources */
body.page-resources hr{}
body.page-resources p{
	margin: 0 0 20px;
}
body.page-resources a.hyper-link-blue{
	padding-left: 55px;
}

/* Get Involved */
body.page-get-involved p{
	font-size: 1.5rem;
}
.cta-blue-box{
	background-color: #6087c4;
	padding: 40px 45px 50px 50px;
	margin-bottom: 30px;
}
.cta-blue-box p{
	font-weight: 500;
	color: #fff;
}
.cta-blue-box a{
	color: #fff;
}
.cta-blue-box a:hover{
	color: #d88423;
}

/* Events Calendar */
.events-calendar .row{
	border-bottom: 1px solid #95989a;
	margin: 0 0 50px;
	padding: 0 0 50px;
}
.events-calendar .row:last-child{
	border: 0;
	margin: 0;
	padding: 0;
}
.events-calendar h2{
	color: #333;
	margin: 0 0 37px;
}
.events-calendar ul{
	margin: 0;
}
.events-calendar ul > li{
	float: left;
	width: 31%;
}
.events-calendar ul > li:last-child{
	width: 69%;
	padding-left: 17px
}
.ec-date a{
	position: relative;
	background-color: #6087c4;
	color: #fff;
	height: 150px;
	width: 150px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
.ec-date a:hover{
	background-color: #599002;
}
.ec-date a > span{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ec-date a > span > span{
	display: block;
	text-align: center;
}
.ec-date span.day{
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 60px;
	margin-top: -7px;
}
.ec-date span.month{
	font-size: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
}
.ec-infos{}
.ec-infos h3{
	margin-bottom: 0;
}
.ec-infos h6{
	color: #333;
	margin-bottom: 24px;
}
.ec-infos h3 a{
	color: #333;
}
.ec-infos a.more{
	font-weight: 700;
}


/* Contact */
body.page-contact .awwq-more-infos .row-02 .extra-content-col-inner{
	margin-top: 0;
}

/* Local Subgroups */
body.page-local-subgroups .mainbody{
	padding-bottom: 0;
}
.local-subgroups{
	padding: 40px 0 0;
}
.local-subgroups .row{
	border-bottom: 1px solid #95989a;
	padding: 0 0 100px;
}
.other-qld-subgroups{
	padding: 55px 0 0;
}
.other-qld-subgroups .row{
	border-bottom: 1px solid #95989a;
	margin: 0 0 80px;
	padding: 0 0 75px;
}
.other-qld-subgroups .row:first-child{}
.other-qld-subgroups .row:last-of-type{
	border: 0;
	margin: 0;
	padding: 0;
}
.subgroup-map iframe{
	height: 321px;
}
.subgroup-infos h4{
	text-transform: uppercase;
}
.subgroup-infos ul li{
	font-size: 1.5rem;
	font-weight: 500;
	padding: 5px 0 8px 52px;
	margin: 0 0 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}
.subgroup-infos ul li a{
	color: #333;
}
.subgroup-infos ul li.venue{
	background-image: url(library/images/icons/icon-home-2@2x.png);
}
.subgroup-infos ul li.time{
	background-image: url(library/images/icons/icon-time@2x.png);
}
.subgroup-infos ul li.person{
	background-image: url(library/images/icons/icon-person@2x.png);
}
.subgroup-infos ul li.location{
	background-image: url(library/images/icons/pin@2x.png);
}
.subgroup-infos ul li.phone{
	background-image: url(library/images/icons/phone-2@2x.png);
}
.subgroup-infos ul li.email{
	background-image: url(library/images/icons/envelope-2@2x.png);
}
.post-type-archive-local_subgroups .pagination {
	margin: 116px 0;
}
.post-type-archive-local_subgroups .other-qld-subgroups {
	/* padding-top: 0; */
}
.post-type-archive-local_subgroups .intro-text{
	padding: 0 15px;
}
.post-type-archive-local_subgroups .intro-text p{
	font-weight: 500;
}

/* Make a Donation */
.make-a-donation-row-01 .extra-content-col-inner {
	background: url(library/images/awwq-flower.jpg) no-repeat bottom right 30px;
	padding-bottom: 100px;
}
#gform_wrapper_2 #input_2_6 input {
	display: none;
}
#gform_wrapper_2 #input_2_6 input[type="radio"]:checked + label {
	background: #6CB42D;
}
ul.donation-values{}
li.gchoice_2_6_2,
li.gchoice_2_6_1,
li.gchoice_2_6_0,
li#field_2_6,
li#field_2_7,
li#field_2_7 label,
li#field_2_7 > div {
	float: left;
	clear: none;
}
li#field_2_7 {
	margin-top: 56px;
}
li#field_2_7 label {
	font-size: 1.75rem;
    font-weight: 500;
    margin-right: 0;
    margin-top: 11px;
}
li.gchoice_2_6_2 label,
li.gchoice_2_6_1 label,
li.gchoice_2_6_0 label,
ul.donation-values li{
	float: left;
    background-color: #6087c4;
    color: #fff;
    font-size: 1.875rem !important;
    font-weight: 700;
    line-height: 80px !important;
    height: 80px;
    width: 80px !important;
    margin-right: 18px !important;
	margin-left: 0 !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%;
}
ul.donation-values li:last-child{
	background: none;
	border-radius: 0;
	text-align: left;
	width: auto;
	position: relative;
	color: #333;
	font-size: 1.5rem;
	font-weight: 500;
}
ul.donation-values li:last-child form {
    position: absolute;
    top: 0;
    left: 80px;
	width: 190px;
}
ul.donation-values li:last-child form input{}
ul.donation-values br{
	display: none;
}

/*** Internal Pages - Enter any style for elements on internal pages here ***/

.flexslider {
	background: none !important;
  border: 0 !important;
}

/******************************************
SIDEBAR
******************************************/
body.sidebar .mainbody-inner {
    padding-right: 250px;
    position: relative;
}
body.sidebar .main-content {
    float: left;
    position: relative;
    width: 100%;
}
body.sidebar .main-content #content{
	padding-right: 7%;
}
.main-sidebar {
    float: left;
	margin-top: 8px;
    margin-right: -100%;
    width: 250px;
}
.main-sidebar .widget{
	border-top: 1px solid #dedede;
	margin-bottom: 40px;
    padding-top: 40px;
}
.main-sidebar .widget:first-child{
	border-top: 0;
	padding-top: 0;
}
.main-sidebar .widget h3{
	margin: 0 0 20px;
}
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}


/******************************************
NAVIGATION
******************************************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 40px 0 34px;
}
nav.main-nav ul.nav > li:after {
	background-color: #e6e6e6;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
nav.main-nav ul.nav > li:last-child:after {
	display: none;
}
nav.main-nav ul.nav > li {
	float: left;
	margin-left: -1px;
	position: relative;
}
nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li > a {
	color: #585858;
	display: block;
	font-size: 1.563rem;
	font-weight: 400;
	letter-spacing: 0.006em;
	line-height: 35px;
	padding: 0 34px 5px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li:first-child > a:before {
	background-image: url(library/images/icons/home-2@2x.png);
	content: '';
	width: 50px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-indent: 0;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-o-background-size: 50px auto;
	background-size: 50px auto;
}
nav.main-nav ul.nav > li.current-menu-item:first-child > a:before,
nav.main-nav ul.nav > li.current-parent-item:first-child > a:before,
nav.main-nav ul.nav > li.current-menu-ancestor:first-child > a:before,
nav.main-nav ul.nav > li:first-child:hover > a:before {
	color: #fff;
}
nav.main-nav ul.nav > li:first-child > a {
	font-size: 0;
	text-indent: -999em;
	width: 90px;
}
nav.main-nav ul.nav > li:last-child > a {
	padding-right: 0;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	background-image: url(library/images/icons/arrow-dropdown@2x.png);
	content: '';
	width: 10px;
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
	background-size: 10px auto;
	-webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	color: #2D56A6;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: normal;
}
nav.main-nav ul.nav li ul {
	background: #fff;
	left: 50%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0); 
	list-style: none;
	margin: 0;
	padding: 27px 0 0;
	position: absolute;
	top: 170%;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
	visibility: hidden; 
	width: 290px;
	z-index: 999;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	-o-border-radius: 0 0 30px 30px;
	-webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
	top: 118%; 
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #e6e6e6;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li.menu-item-has-children > ul li:last-child a {
    border-radius: 0 0 30px 30px;
}
nav.main-nav ul.nav li ul li a {
	color: #585858;
	display: block;
	font-size: 1.563rem;
	font-weight: 400;
	line-height: 52px;
	padding: 10px 15px 14px;
	text-align: center;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover,
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #9db6f5;
	color: #fff;
}

/******************************************
BLOG
******************************************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
	
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.single .post-list-date {
	font-size: 1.5rem;
}
.single .post-list-date {
	margin-bottom: 24px;
}
.post-list-date a {
	text-decoration: underline;
}
.post-list-date {
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	overflow: hidden;
}
.post-list-content{
	padding-bottom: 70px;
}
.post-list-content h4 a{
	font-size: 2.188rem;
	color: #536CAD;
}
.post-list-content h4:hover a{
	color: #d88423;
}
.post-list-content p {
	font-size: 1.313rem;
	margin-bottom: 16px;
}
.post-list-content a.read-full {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
}
.post-list-content a.read-full:after{
	content: '';
	background: url(library/images/icons/double-arrow-left-2.png) no-repeat right center;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-bottom: 2px;
	margin-left: 7px;
	vertical-align: middle; 
}
.post-list-content a.read-full:hover:after{
	background-position: left center;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h2.single-title {
	margin: 0 0 20px;
}
.post-image {
	margin: 5px 0 45px;
}
.single-post-bottom{
	padding: 85px 0 0;
}
.spb-next-post p,
.spb-prev-post p{
	text-indent: -999em;
}
.spb-buttons{
	padding-left: 5px;
}
.spb-buttons a.em-blue{
	min-width: 180px;
	margin-right: 28px;
}
.spb-buttons a.em-blue-light{
	min-width: 200px;
}

/******************************************
PAGINATION
******************************************/
.single-post-bottom,
.pagination ul{
	width: 100%;
	margin: 0;
	position: relative;
}
.pagination li{
	border: 0 !important;
	float: none;
	display: inline-block;
	margin: 0 2px;
}
.spb-next-post a,
.spb-prev-post a,
.pagination li a.next,
.pagination li a.prev{
	position: absolute;
	top: 0;
	text-indent: -999em;
	line-height: 70px;
    height: 70px;
    width: 70px;
	border: 2px solid #d8ddec;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
.spb-prev-post a,
.pagination li a.prev{
	left: 0;
	background-image: url(library/images/icons/pagination-prev.png);
}
.spb-next-post a,
.pagination li a.next{
	right: 0;
	background-image: url(library/images/icons/pagination-next.png);
}
.spb-next-post a:hover,
.spb-prev-post a:hover,
.pagination li a.next:hover,
.pagination li a.prev:hover{
	background-color: #9dabd0;
}
.pagination a, .pagination span {
    margin: 0;
    line-height: 70px;
    height: 70px;
    width: 70px;
    font-size: 1.5rem;
    font-weight: 700;
	padding: 0;
	background-color: #edf0f6;
	color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;	
}
.pagination .current:hover, 
.pagination .current:focus,
.pagination .current{
	background-color: #9dabd0;
	color: #fff;
}
.pagination a:hover, .pagination a:focus, 
.pagination span:hover, .pagination span:focus {
	background-color: #9dabd0;
	color: #fff;
}

/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
    background: #6087c4;
    left: 15px;
    top: 9px;
    width: 44px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #FFF;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #68B9BC;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}

/******************************************
RESPONSIVE STYLES
******************************************/
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	
	/* Extra Paddings */
	.pt-70{ padding-top: 70px;}
	.pt-60{ padding-top: 60px;}
	.pt-50{ padding-top: 50px;}
	.pt-40{ padding-top: 40px;}
	.pt-30{ padding-top: 30px;}
	.pt-20{ padding-top: 20px;}
	.pt-15{ padding-top: 15px;}
	.pt-10{ padding-top: 10px;}
	.pb-50{ padding-bottom: 50px;}
	.pb-40{ padding-bottom: 40px;}
	.pb-30{ padding-bottom: 30px;}
	.pb-20{ padding-bottom: 20px;}
	.pb-15{ padding-bottom: 15px;}
	.pb-10{ padding-bottom: 10px;}
	.pl-50{ padding-left: 50px;}
	.pl-40{ padding-left: 40px;}
	.pl-30{ padding-left: 30px;}
	.pl-20{ padding-left: 20px;}
	.pl-15{ padding-left: 15px;}
	.pl-10{ padding-left: 10px;}
	.pl-0{ padding-left: 0;}
	.pr-50{ padding-right: 50px;}
	.pr-40{ padding-right: 40px;}
	.pr-30{ padding-right: 30px;}
	.pr-20{ padding-right: 20px;}
	.pr-15{ padding-right: 15px;}
	.pr-10{ padding-right: 10px;}
	.pr-0{ padding-right: 0;}
	
	/* Extra Margins */
	.mb-50{ margin-bottom: 50px;}
	.mb-40{ margin-bottom: 40px;}
	.mb-30{ margin-bottom: 30px;}
	.mb-20{ margin-bottom: 20px;}
	.mb-15{ margin-bottom: 15px;}
	.mb-10{ margin-bottom: 10px;}
}

@media (max-width: 1400px) {
	html{
		font-size: 95% !important;
	}
	
	/* General Styles */
	hr {
		margin: 40px 0;
	}
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}
	.bottom-bar,
	.mainbody, 
	.extra-content{
		padding: 65px 0;
	}
	
	/* Header */
	
	/* Home Banner */
	.banner-left h1 {
		font-size: 3.25rem;
		margin-bottom: 24px;
	}
	.banner-left p {
		font-size: 1.45rem;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.banner-left .textwidget{
		padding-right: 70px;
	}
	
	/* Accomodation */
	.unit-infos h6{
		padding: 3px 0 3px 45px;
		background-size: 20px auto;
	}
	
	/*** Enter your custom style here ***/
}

@media (max-width: 1199px) {
	html{
		font-size: 90% !important;
	}
	body, p, td, ul, li {
		font-size: 1.438rem;
		line-height: 1.4em;
	}
	h1 {
		font-size: 3.25rem;
	}
	h2 {
		font-size: 2.65rem;
	}
	h3 {
		font-size: 2.275rem;
	}
	h4 {
		font-size: 2.125rem;
	}
	h5 {
		font-size: 1.675rem;
	}
	h6 {
		font-size: 1.45rem;
	}
	
	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}
	.bottom-bar,
	.mainbody, 
	.extra-content{
		padding: 50px 0;
	}
	
	/* Header */
	.top-bar{
		padding: 10px 0;
	}
	.logo-bar {
		padding: 30px 0;
	}
	.logo img {
		max-width: 150px;
	}
	.tagline-text{
		margin-left: 28px;
	}
	.tagline-text img {
		max-width: 296px;
	}
	nav.main-nav ul.nav {
		padding: 30px 0 28px;
	}
	nav.main-nav ul.nav > li > a{
		font-size: 1.375rem;
		padding: 0 26px 5px;
	}
	nav.main-nav ul.nav li ul{
		width: 230px;
	}
	nav.main-nav ul.nav li ul{
		padding-top: 21px;
	}
	nav.main-nav ul.nav li ul li a{
		font-size: 1.375rem;
		line-height: 35px;
		padding: 7px 15px 12px;
	}
	
	/* Home Banner */
	.banner-left h1 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.banner-left p {
		font-size: 1.25rem;
		line-height: 24px;
		margin-bottom: 14px;
	}
	.banner-left .textwidget{
		padding-right: 0;
	}
	.banner-left a.em-button {
		min-width: 165px;
		line-height: 46px;
	}
	.banner-left a.em-blue{
		margin-right: 15px;
	}
	.home-banner .ls-v6 .ls-nav-prev,
	.home-banner .ls-v6 .ls-nav-next{
		display: none !important;
	}
	
	/* Home Mainbody */
	body.home .mainbody .col-left p:last-child {
		font-size: 1.375rem;
	}
	body.home .mainbody .col-right img {
		margin-top: -25px;
	}
	form.search-town input[type="search"]{
		width: 180px;
		margin-right: 5px;
	}
	form.search-town button{
		min-width: 180px;
	}

	
	/* Home Events/News */
	.UE-date-inner p > a {
		height: 130px;
		width: 130px;
	}
	
	/* Inner Banner */
	.inner-banner {
		padding: 90px 0 95px;
	}
	.inner-banner h1{
		font-size: 3.5rem;
	}
	.banner-button a.em-blue{
		min-width: 160px;
		margin-right: 20px;
	}
	.banner-button a.em-blue-light{
		min-width: 180px;
	}
	
	/* Bottom Bar */
	
	/* Footer */
	.footer-col-4 > div,
	.footer-col-3 > div,
	.footer-col-2 > div {
		padding-left: 0;
	}
	.footer-col-2 ul li{
		padding-bottom: 20px;
	}
	
	/* Resources */
	body.page-resources .col-md-6:first-child{
		padding-bottom: 30px;
	}
	body.page-resources p {
		margin: 0 0 12px;
	}
	
	/* Events Calendar */
	.ec-date a{
		height: 120px;
		width: 120px;
	}
	.ec-date span.day{
		font-size: 4rem;
	}
	.ec-date span.month {
		font-size: 1.5rem;
	}
	
	/* Local Subgroups */
	.local-subgroups {
		padding: 10px 0 0;
	}
	.local-subgroups .row{
		padding: 0 0 55px;
	}
	.other-qld-subgroups {
		padding: 30px 0 0;
	}
	.other-qld-subgroups .row {
		margin: 0 0 50px;
		padding: 0 0 45px;
	}
	
	/*** Enter your custom style here ***/
}

@media (max-width: 1100px) {
	.home-banner {
		display: none;
	}
}

@media (max-width: 991px) {
	html{
		font-size: 87.5% !important;
	}
	body, p, td, ul, li {
		font-size: 1.375rem;
		line-height: 1.33em;
	}
	h1 {
		font-size: 2.875rem;
	}
	h2 {
		font-size: 2.375rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.875rem;
	}
	h5 {
		font-size: 1.5rem;
	}
	h6 {
		font-size: 1.25rem;
	}
	h1, h2, h3, h4, h5, h6, p{
		margin-bottom: 24px;
	}
/* 	table, hr {
		margin: 24px 0;
	} */
	
	.hidden-sm{
		display: none;
	}
	
	.sfm-rollback {
		display: block;
		width: 0;
	}

	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
	
	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}
	
	.post-list-content {
		padding-bottom: 50px;
	}
	
	/* General Styles */
	/* .extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	} */
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.accordion {
		margin-top: 10px;
	}
	h3.accordion-title {
		margin-top: 20px;
		padding: 15px 60px 15px 15px;
	}
	.accordion-content {
		padding: 15px 30px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}
	
	.bottom-bar,
	.mainbody, 
	.extra-content{
		padding: 45px 0;
	}
	
	/* Header */
	.searchform-top button{
		line-height: 41px !important;
	}
	.logo-bar.column-vertical-align .row{
		display: flex;
	}
	.logo-bar {
		padding: 25px 0;
	}
	.logo img {
		max-width: 130px;
	}
	.tagline-text{
		margin-top: 27px;
		margin-left: 15px;
	}
	.tagline-text img {
		max-width: 310px;
	}
	.menu-bar{
		display: none;
	}
	
	/* Home Banner */
	.banner-left .textwidget {
		max-width: 370px;
	}
	.banner-left h1 {
		font-size: 2.5rem;
		margin-bottom: 12px;
	}
	.banner-left p {
		font-size: 1.125rem;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.banner-left a.em-button {
		min-width: 150px;
		line-height: 40px;
		font-size: 1.25rem;
	}
	
	/* Home Mainbody */
	body.home .mainbody .col-right img{
		float: none;
		margin: 24px 0;
	}
	
	/* Home Events/News */
	.home-row-01{
		padding-bottom: 55px;
	}
	.upcoming-events {
		padding-bottom: 40px;
		margin-bottom: 32px;
	}
	.upcoming-events:after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		height: 1px;
		width: 100%;
		background-color: #fff;
	}
	.upcoming-events.column-vertical-align .row{
		display: flex;
	}
	.upcoming-events h4{
		margin-top: 7px;
	}
	.UE-listing {
		padding-bottom: 0;
	}	
	.UE-list {
		padding-bottom: 20px;
	}
	.LN-more-news {
		position: static;
		padding-top: 20px;
	}
	
	
	/* Inner Banner */
	.inner-banner {
		padding: 70px 0 75px;
	}
	.banner-button{
		display: none;
	}
	
	/* Bottom Bar */
	.bottom-bar{
		text-align: center;
	}
	.bottom-bar h2{
		margin-bottom: 24px;
	}
	
	/* Footer */
	.main-footer .container{
		max-width: 360px;
		margin: 0 auto;
	}
	.main-footer h6{
		font-size: 24px;
		text-align: center;
	}
	.footer-col-3,
	.footer-col-1{
		display: none;
	}
	.footer-col-2 ul {
		margin-bottom: 14px;
	}
	.footer-col-4 {
		width: 100%;
		text-align: center;
	}
	.copyright br{
		display: block;
	}
	
	/* About */
	.about-row-03 .col-md-3,
	.about-row-03 .col-md-6{
		padding-bottom: 35px;
	}
	.about-row-03 .col-md-6 h2{
		margin-bottom: 14px;
	}
	.our-values hr {
		max-width: 460px;
		margin: 0 auto 40px;
	}
	.about-row-04 h4{
		margin: 0;
	}
	.our-vision p, .our-values p {
		margin-bottom: 40px !important;
	}
	.our-people .row {
		padding: 0;
	}
	.our-people .row .col-md-6{
		padding-top: 40px;
	}
	.our-people h6 {
		margin-bottom: 15px;
	}
	.our-people p {
		font-size: 1.25rem;
	}
	.awwq-more-infos,
	.awwq-executive{
		text-align: center;
	}
	.awwq-executive .col-right,
	.awwq-executive .col-left{
		width: 100%;
		padding-left: 15px;
	}
	.awwq-executive h4 {
		padding-bottom: 0;
	}
	.awwq-executive h5{
		margin-top: 20px;
	}
	.awwq-executive p {
		font-size: 1.25rem;
	}
	.awwq-emails li,
	.awwq-office-details li{
		float: none;
		width: 100%;
		padding: 0 0 24px;
	}
	.awwq-emails li:last-child,
	.awwq-office-details li:last-child{
		padding: 0;
	}
	.awwq-more-infos .row-02 .extra-content-col-inner{
		margin: 10px 0;
		padding: 35px 0 20px;		
	}
	
	/* Support/Services */
	body.page-support-services .mainbody .row-01 {
		padding-bottom: 0;
	}
	body.page-support-services .mainbody img{
		margin: 40px auto 14px !important;
	}
	body.page-support-services .mainbody img.wp-image-150{
		margin-top: 0 !important;
	}
	
	/* Accomodation */
	.awwq-units .row {
		margin: 0 0 40px;
		padding: 0 0 40px;
	}
	.unit-infos h4 {
		margin: 15px 0;
	}
	.unit-infos h6{
		padding-left: 35px;
		margin: 0 0 14px;
	}
	
	/* Events Calendar */
	.events-calendar .row {
		margin: 0 0 40px;
		padding: 0 0 40px;
	}
	.events-calendar .col-md-6{
		padding-bottom: 30px;
	}
	.events-calendar .col-md-6:last-child{
		padding-bottom: 0;
	}
	.events-calendar h2 {
		margin: 0 0 30px;
	}
	.events-calendar ul > li {
		width: 125px;
	}
	.ec-infos h6 {
		margin-bottom: 14px;
	}
	
	/* Local Subgroups */
	.local-subgroups .row {
		padding: 0 0 30px;
	}
	.local-subgroups-row-01{
		padding-top: 20px;
	}
	.subgroup-infos h4 {
		margin-top: 20px;
	}
	.subgroup-infos ul{
		margin: 0;
	}
	.subgroup-infos ul li{
		margin: 0 0 8px;
	}
	.other-qld-subgroups .row {
		margin: 0 0 45px;
		padding: 0 0 30px;
	}

	
	/*** Enter your custom style here ***/
	
	.make-a-donation-row-01 .extra-content-col-inner {
		background:none;
	}

@media (min-width: 768px) {
	/* Responsive Column */
	div.ezcol-one-quarter {width: 23.17375% !important;}
	div.ezcol-one-half {width: 48.7825% !important;}
	div.ezcol-one-third {width: 31.71% !important;}
	div.ezcol-one-fifth {width: 18.052% !important;}
	div.ezcol-two-third {width: 65.855% !important;}
	div.ezcol-three-quarter {width: 74.39125% !important;}
	div.ezcol-two-fifth {width: 38.539% !important;}
	div.ezcol-three-fifth {width: 59.026% !important;}
	div.ezcol-four-fifth {width: 79.513% !important;}
	div.ezcol {margin-right: 2.435%;}
	div.ezcol-last {margin-right: 0;}
	
	.sm-pl-0{ padding-left: 0;}
}

@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	h1, h2, h3, h4, h5, h6, p {
		margin-bottom: 20px;
	}
	
	.hide-mobile{
		display: none;
	}

	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	
	.cd-top {
		bottom: 10px;
		right: 10px;
	}
	
	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}
	
	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	
	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	.accordion {
		margin-top: 15px;
	}
	h3.accordion-title {
		margin-top: 15px;
		padding: 12px 50px 12px 15px;
	}
	h3.accordion-title:before {
		right: 15px;
	}
	.accordion-content {
		padding: 10px 20px;
	}
	
	.mainbody, 
	.extra-content{
		padding: 40px 0;
	}
	
	/* Responsive Column */
	div.ezcol {
		width: 100% !important;
		margin: 0 0 20px;
	}
	div.ezcol-last {
		margin-bottom: 0;
	}
	
	/* Header */
	.top-bar-inner {
		float: none;
		max-width: 450px;
		margin: 0 auto;
	}
	.searchform-top form {
		width: 330px;
		margin-left: 25px;
	}
	.logo-bar.column-vertical-align .row {
		display: block;
	}
	.header-right{
		display: none;
	}
	.logo-bar{
		text-align: center;
	}
	.logo a {
		float: none;
	}
	.logo img {
		max-width: 90px;
	}
	.tagline-text{
		float: none;
		margin: 10px auto 0;
	}
	.tagline-text img {
		max-width: 240px;
	}
	
	/* Home Banner */
	.home-banner .ls-fullscreen-wrapper{
		display: none;
	}
	.home-banner{
		background: url(library/images/bh-mobile.jpg) no-repeat right top;
		text-align: center;
		padding: 50px 0 130px;
	}
	.hb-overlay{
		display: block;
	}
	.banner-left {
		padding-right: 15px;
	}
	.banner-left .textwidget{
		margin: 0 auto;
	}
	.banner-left h1{
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 34px;
	}
	.banner-left p{
		font-size: 20px;
		line-height: 24px;
	}
	.banner-left p:last-child {
		padding-top: 65px;
	}
	.banner-left a.em-button{
		font-size: 25px;
		line-height: 60px !important;
		width: 200px;
		margin: 0 auto 15px;
		display: block;
	}
	.hb-overlay{
		position: static;
		transform: none;
	}
	
	/* Home Events/News */
	.home-row-01{
		padding-bottom: 50px;
	}
	.UE-date-inner p > a {
		height: 110px;
		width: 110px;
	}
	.UE-date span.day{
		font-size: 4rem;
		line-height: 48px;
		margin-top: -7px;
	}
	.UE-date span.month{
		font-size: 1.375rem;
	}
	
	/* Inner Banner */
	
	/* Resources */
	body.page-resources p {
		font-size: 1rem;
		margin: 0 0 10px;
	}
	body.page-resources a.hyper-link-blue {
		padding-left: 35px;
		font-size: 1.25rem;
		background-size: 20px auto;
	}
	
	
	/* Bottom Bar */
	
	
	
	/*** Enter your custom style here ***/
}

/*** Maximum of Extra Small Screens ***/
@media (max-width: 640px) {
	li#field_2_7 {margin-top:0;}
}

@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	
	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}
	
	/* Header */
	.top-bar {
		padding: 7px 0;
	}
	.top-bar-inner{
		max-width: 300px;
	}
	.social-media li {
		margin-top: 3px;
		margin-left: 5px;
	}
	.social-media li a {
		height: 30px;
		width: 30px;
	}
	.social-media li i {
		font-size: 17px;
		line-height: 30px;
	}
	.searchform-top form {
		width: 210px;
		margin-left: 15px;
	}
	.searchform-top input{
		height: 35px;
		background: #fff;
		padding-left: 15px;
	}
	.searchform-top button{
		min-width: 42px;
		height: 35px;
		line-height: 34px;
		text-indent: -999em;
		background: #6087c4 url(library/images/icons/icon-search-white@2x.png) no-repeat center center;
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	
	/* Home Banner */
	.home-banner{
		background-position: right -65px top;
	}
	
	/* Home Mainbody */
	form.search-town input[type="search"]{
		width: 100%;
		margin: 0 0 12px;
	}
	form.search-town button{
		min-width: auto;
		width: 100%;
	}
	
	/* Home Events/News */
	.upcoming-events h2{
		font-size: 30px;
		text-align: center;
		padding-bottom: 15px;
	}
	.upcoming-events h4 {
		margin-top: 14px;
		margin-right: 25px;
		font-size: 25px;
	}
	.UE-list {
		padding-bottom: 12px;
	}
	.UE-date {
		padding-left: 15px;
	}
	.UE-date-inner p > a {
		height: 90px;
		width: 90px;
	}
	.UE-date span.day {
		font-size: 42px;
		line-height: 40px;
	}
	.UE-date span.month {
		font-size: 18px;
	}
	.UE-info h3 {
		font-size: 24px;
	}
	.UE-info p {
		font-size: 18px;
	}
	
	/* Events Calendar */
	.events-calendar{
		text-align: center;
	}
	.events-calendar h2 {
		margin: 0 0 24px;
	}
	.events-calendar ul > li {
		width: 100% !important;
	}
	.ec-infos h6 {
		margin-bottom: 10px;
	}
	
	/*** Enter your custom style here ***/
  .top-bar-inner > div.socmed-top {
  	float: right;
  }
  .top-bar-inner > div.searchform-top {
  	margin-left: 30px;
  }
}
}	
@media (min-width: 1200px)
{
	.container {
		width: 1400px;
	}
}
@media (min-width: 992px) and (max-width: 1200px)
{
	.container {
    	width: 1060px;
	}
}