/*
CUSTOM CSS
Overides core template css.
---------------------------------
1, 2, 3, what are we fighting for?
---------------------------------
VERSION: 2017-08-07-01
Add on to the version number appropriately for all changes. Based on date (YYYY-MM-DD-VERSIONNUMBER)
*/

/*
Core Body and Design ----------------------------------
*/

html {
    background: #131313;
}

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

img {
    max-width: 100%;
}

.breadcrumb {
    background-color: #EAEAEA;
}

/*Add top bar div in header.php under tpls/blocks*/
.top-bar {
	background: #121212 url("../images/header-graphics.png") repeat scroll center bottom;
}

.t3-header {
    padding-top: 18px;
    padding-bottom: 16px;
}

.t3-wrapper {
    background: #F6F4F1 none repeat scroll 0% 0%;
}

.t3-mainbody {
        padding-top: 0px;
    }

.t3-content {
    padding-right: 25px;
}

.article-info {
    margin-top: 6px;
    margin-bottom: -25px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #F74E21;
    border-color: #F74E21;
}

.pagination > li > a, .pagination > li > span {
    color: #EF7F00;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFF;
    background-color: #F79421;
    border-color: #F79421;
}

input#modlgn-remember.inputbox {
	position: absolute;
	top: -10px;
	right: -23px;
	cursor: pointer;
}

/*
Typography ----------------------------------
*/

a {
	color: #E37A00;
	transition: all 0.1s ease-in-out 0s;
}

a:hover, a:focus {
    color: #FF6300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: #F74E21;
    font-family: 'Ubuntu', sans-serif;
}

h1, .h1 {
    font-size: 38px;
}

.article-title, .article-header h1 {
    margin: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

h4, .h4 {
    margin-top: 30px;
}

h6, .h6 {
    font-size: 15px;
}

.t3-mainbody ol li {
    margin-bottom: 4px;
}

#t3-content p {
    margin: 0px 0px 15px;
    line-height: 1.6;
}

/*
Above Content ----------------------------------
*/

.t3-sl {
    padding-bottom: 0px;
    padding-top: 20px;
}

/*
Buttons ----------------------------------
*/

.btn {
	box-shadow: -2px -2px rgba(17, 17, 17, 0.15) inset;
	padding: 6px 15px 8px 13px;
    font-weight: 500;
    border: none;
    background-color: #ED8A16;
    color: #FFF;
}

.btn:hover {
    background-color: #FFAC4C;
    color: #FFF;
}

.btn-primary {
    color: #FFF;
    background-color: #ED8A16;
    border: none;
    font-weight: 500;
}

.btn-default {
    background-color: #ED8A16;
    color: #FFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #FFAC4C;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #FFFFFF;
    background-color: #FFAC4C;
}

.edit .input-append .btn, .edit .input-prepend .btn {
    border: none;
    background-color: #ED8A16;
}

.edit .input-append .btn:hover, .edit .input-prepend .btn:hover {
    background-color: #FFAC4C;
}

.edit.item-page a.modal.btn, .com_config form a.modal.btn {
    background-color: #ED8A16;
    color: #FFF;
    text-shadow: none;
}

.edit.item-page a.modal.btn:hover, .com_config form a.modal.btn:hover {
    background-color: #FFAC4C;
}

#editor-xtd-buttons .btn, .toggle-editor .btn {
    background-color: #ED8A16;
    text-shadow: none;
    border: none;
}

#editor-xtd-buttons .btn:hover, .toggle-editor .btn:hover {
    background-color: #FFAC4C;
    color: #FFFFFF;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    border-left: 2px solid #D4801E;
    background-color: #ED8A16;
    color: #FFF;
}

.input-prepend.input-append .add-on:last-child:hover, .input-prepend.input-append .btn:last-child:hover {
    background-color: #FFAC4C;
}

.com_config #modules-form .input-append .btn, .com_config #modules-form .input-prepend .btn {
    border: none;
}

.btn.jmodedit {
    background-color: transparent;
    box-shadow: none;
    color: #ED8A16;
}

.dropdown-menu > li > a {
    color: #F58402;
}

/*
Forms and Fields ----------------------------------
*/

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .inputbox:focus {
    border-color: #F79421;
    color: #333;
    box-shadow: none;
}

.head-search .form-control input[type="search"]:focus {
    color: #DDD;
}

.head-search .form-control:focus {
    color: #CCC;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    padding: 7px 14px 7px 12px;
}

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    background: rgb(247, 148, 33) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: medium none;
    box-shadow: -2px -2px rgba(17, 17, 17, 0.15) inset;
    padding: 6px 14px 8px 12px;
    border-radius: 5px;
    font-weight: 500;
}

.bfQuickMode .bfNextButton:hover, .bfQuickMode .bfSubmitButton:hover, .bfQuickMode .bfCancelButton:hover {
	background: #FFAC4C;
}

.bfQuickMode .bfSubmitButton {
    float: left !important;
}

form#searchForm {
    background: #DDD;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0px;
}

/*
Header and Top Search Box Area ----------------------------------
*/

.head-search {
    margin-top: 5px;
    color: #888;
    text-align: right;
}

.head-search .form-control {
    background: #121212;
    border: 1px solid #888;
}

.head-search .search::before {
    top: 7px;
    color: #888;
}

.header-icons a {
	color: #888;
}

.header-icons a:hover {
	text-decoration: none;
	color: #F79421;
}

.header-icons .fa {
	font-size: 18px;
	margin-top: 7px;
	margin-right: 16px;
}

.header-icons span {
	margin-right: 3px;
}

.header-icons {
    padding: 0 1rem 0.8rem;
    border-radius: 4px;
    margin-right: 1rem;
}

a.btens {
    border: 1px solid;
    padding: 0.85rem 1rem 0.8rem;
    border-radius: 4px;
    margin-right: 1rem;
}

.languageswitcherload {
    text-align: right;
    color: #888;
    margin-top: 14px;
}

/*
Navigation ----------------------------------
*/

.navbar-default .navbar-toggle {
    border-color: #707070;
    color: #999;
}

.navbar-default {
    background-color: #292929;
    border-bottom: 4px solid #EC7F00;
    font-weight: 600;
    border-top: none;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-top: 1px solid #E7E7E7;
}

.navbar-default .navbar-nav > li > a {
    border-right: 2px solid transparent;
    color: #AAA;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #EC7F00;
	color: #EFEFEF;
	border-radius: 7px 7px 0px 0px;
    border-right: 2px solid #8A5920;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #F79421;
	border-radius: 7px 7px 0px 0px;
    border-right: 2px solid #272727;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #F79421;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #333;
    border-radius: 7px 7px 0px 0px;
}

.dropdown-menu {
	background-color: #333333;
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    border-bottom: 1px solid #454545;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #AAA;
    border-bottom-color: #AAA;
}

.navbar-default .navbar-nav > .dropdown > .active > a .caret {
    border-top-color: #EFEFEF;
    border-bottom-color: #EFEFEF;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #F79421;
    border-bottom-color: #F79421;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #F79421;
  border-bottom-color: #F79421;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-top: 1px solid #454545;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a, .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #F79421;
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    color: #FFD099;
    background-color: transparent;
}

/*
Off-canvas Mobile Navigation ----------------------------------
*/

.nav-stacked > li + li {
    border-bottom: 1px solid #DCDCDC;
    margin-top: 3px;
}

.t3-off-canvas .t3-off-canvas-body a {
    color: #E37A00;
    font-weight: 500;
}

.t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus {
    color: #FF6300;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #E37A00;
}

/*
Community Builder ----------------------------------
*/

.cb_template .btn-primary.disabled, .cb_template .btn-primary[disabled], .cb_template fieldset[disabled] .btn-primary, .cb_template .btn-primary.disabled:hover, .cb_template .btn-primary[disabled]:hover, .cb_template fieldset[disabled] .btn-primary:hover, .cb_template .btn-primary.disabled:focus, .cb_template .btn-primary[disabled]:focus, .cb_template fieldset[disabled] .btn-primary:focus, .cb_template .btn-primary.disabled.focus, .cb_template .btn-primary.focus[disabled], .cb_template fieldset[disabled] .btn-primary.focus, .cb_template .btn-primary.disabled:active, .cb_template .btn-primary[disabled]:active, .cb_template fieldset[disabled] .btn-primary:active, .cb_template .btn-primary.disabled.active, .cb_template .btn-primary.active[disabled], .cb_template fieldset[disabled] .btn-primary.active {
	background-color: #ED8A16;
}

.cb_template a {
    color: #E37A00;
}

.cb_template a:hover, .cb_template a:focus {
    color: #FF6300;
}

.cb_template body, .cb_template {
    font-family: "Ubuntu",sans-serif;
}

.cb_template .navbar-default .navbar-nav > li > a {
    border-right: 2px solid transparent;
}

.cb_template .navbar-default .navbar-nav > .open > a, .cb_template .navbar-default .navbar-nav > .open > a:hover, .cb_template .navbar-default .navbar-nav > .open > a:focus {
    background-color: #E7E7E7;
    color: #555;
    border-right: 2px solid #C8C8C8;
}

.cb_template .navbar-default .navbar-nav > .active > a, .cb_template .navbar-default .navbar-nav > .active > a:hover, .cb_template .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
    border-right: 2px solid #C8C8C8;
}

.cb_template .navbar-default .navbar-toggle .icon-bar {
    margin-left: -4px;
}

.img-thumbnail {
    padding: 0px;
    border: 1px solid #BBB;
    border-radius: 5px;
}

.cb_template .btn {
    color: #FFF;
    font-weight: 500;
    text-shadow: none;
    border: medium none;
    background: rgb(237, 138, 22) none repeat scroll 0% 0%;
    box-shadow: -2px -2px rgba(17, 17, 17, 0.15) inset;
    padding: 6px 15px 8px 13px;
}

.cb_template .btn-primary {
    background-image: none;
    box-shadow: -2px -2px rgba(17, 17, 17, 0.15) inset;
    padding: 6px 15px 8px 13px;
    font-weight: 500;
    border: medium none;
    background-color: #ED8A16;
    color: #FFF;
    text-shadow: none;
}

#cbbtncancel {
    background-image: none;
    box-shadow: -2px -2px rgba(17, 17, 17, 0.15) inset;
    padding: 6px 15px 8px 13px;
    font-weight: 500;
    border: medium none;
    background-color: #B1895A;
    color: #FFF;
    text-shadow: none;
}

.cbPoweredBy {
    display: none;
}

.cb_template .fa, .cb_template .fa::before, .cb_template .fa-before::before, .cb_template .fa-raw, .cb_template .fa-raw::before, .cb_template .fa-raw-before::before {
    font-family: FontAwesome !important;
    color: #292929;
}

.cb_template.cbRegistrationCanvas .cbRegistrationHeader * {
    text-shadow: none;
}

.cb_template .btn-primary:hover, .cb_template .btn-primary:focus {
    background: #FFAC4C;
}

#login-form ul.unstyled {
    padding-left: 0px;
    list-style: outside none none;
}

ul.unstyled.logout-links .fa {
    color: #E37A00;
}

ul.unstyled.logout-links .fa:hover {
    color: #FF6300;
}

.cb_template .form-control:focus {
    border-color: #F79421;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(111, 111, 111, 0.3);
}

.cb_template .label {
    color: #555555;
}

/*
JEvents and Calendar ----------------------------------
*/

#jevents_body .cal_top_day_names {
    min-width: 0px;
}

/*
Homepage and 100% Width ----------------------------------
*/

.home h2 {
    font-size: 24px;
}

.intro-background {
	background: #481608 url("../images/confest-community-fire.jpg") no-repeat fixed bottom center / cover;
}

.home-intro {
  background: #121212 none repeat scroll 0% 0%;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.45em;
    line-height: 1.6;
    text-align: center;
    padding: 34px 95px;
    opacity: 0.95;
    margin-top: 50px;
}

a.introduct {
    text-decoration: none;
}

.intro-button {
  	background: #1E1E1E none repeat scroll 0% 0%;
    color: #FFB866;
    font-size: 1.3em;
    line-height: 1.6;
    text-align: center;
    opacity: 0.95;
    font-weight: 500;
    padding: 52px;
	border-radius: 50%;
    transition: all 0.1s ease-in-out 0s;
    max-width: 262px;
    margin: 60px auto 0;
}

.intro-button:hover {
  text-decoration: none;
  color: #F79421;
  opacity: 0.98;
}

.intro-button p:hover {
    text-decoration: none;
}

.intro-button .fa {
	font-size: 65px;
	margin-bottom: 13px;
}

.scroll-area {
  text-align: center;
  color: #FFAC4C;
}

.scroll-down {
  margin: 119px auto 0px;
  text-align: center;
  background: #222 none repeat scroll 0% 0%;
  display: inline-block;
  border-radius: 20px 20px 0px 0px;
  line-height: 0.5;
  padding: 16px 13px 10px;
  font-size: 14px;
  color: #E37A00;
}

.scroll-down p {
  font-size: 14px;
}

a.downwards {
  color: #E37A00;
  font-size: 14px;
}

.scroll-down:hover {
  color: #FFAC4C;
}

.section-desc p, .section-desc h2 {
    text-align: center;
}

.about-wrapper {
    text-align: center;
    background: #292929;
    color: #FEFEFE;
}

.news-wrapper {
    background: #481608;
    color: #FEFEFE;
}

.community-wrapper {
    background: #282828;
    color: #FEFEFE;
}

.involved-wrapper {
    background: #481608 url("../images/get-involved-background.jpg") no-repeat fixed bottom center / cover;
    color: #FEFEFE;
}

.section-button img {
    border-radius: 7px;
}

.section-button {
    margin-bottom: 31px;
    color: #FF9821;
}

.section-button:hover {
  color: #FF6300;
}

.section-text {
    position: relative;
    padding: 0px 10px;
    background: #202020;
    opacity: 0.88;
    font-weight: 500;
    font-size: 16px;
    max-width: 262px;
    margin: -65px auto 0px;
    height: 65px;
    border-radius: 0px 0px 7px 7px;
}

.section-text p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

p.spec-desc {
    font-size: 17px;
    margin: 0px 0px 30px;
    line-height: 1.55;
}

.home h2 {
    margin-top: 50px;
}

h4.newsflash-title {
    margin-top: 30px;
}

.home .t3-sl-1 {
    border-bottom: none !important;
}

.home #t3-mainbody {
    display: none;
}

.involved-buttons {
    margin: 24px 0px 50px 20px;
}

.involved-buttons a {
    margin-bottom: 8px;
}

.involved-buttons .fa {
    margin-left: 10px;
}

/*
Sidebar ----------------------------------
*/

.t3-sidebar {
    padding-top: 26px;
}

.t3-sidebar .t3-module {
    background: #292929;
    color: #CFCFCF;
    padding: 30px;
}

.nav a:hover .caret {
    border-top-color: #AAA;
    border-bottom-color: #AAA;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FF5100;
}

/*
AcyMailing ----------------------------------
*/

.acymailing_module_form .acymailing_introtext {
    padding-bottom: 23px !important;
}

.acysubbuttons {
    text-align: left !important;
}

.news-wrapper .refreshCaptchaModule {
    background-image: url("http://confest.org.au/images/refresh.png");
}

.t3-sidebar .refreshCaptchaModule {
    background-image: url("http://confest.org.au/images/refresh.png");
}

/*
Kunena Forums ----------------------------------
*/

.klatest-items ul.klatest-itemdetails {
    margin: 0px 0px 10px !important;
}

.klatest-subject a {
    font-size: 13px !important;
}

.klatest-posttime, .klatest-cat, .klatest-author {
    font-size: 12px !important;
}

/*
Footer ----------------------------------
*/

.t3-footer {
    background: #222222 none repeat scroll 0% 0%;
    color: #696969;
    border-top: none;
}

.t3-footnav .t3-module {
    background: #222 none repeat scroll 0% 0%;
}

.t3-footnav .t3-module ul > li > a {
    color: #F79421;
}

.t3-footnav .t3-module ul > li > a:hover {
    color: #FFAC4C;
}

.t3-copyright {
    background: #121212 url("../images/footer-graphics.png") repeat scroll center bottom;
    border-top: none;
    padding: 38px 0px 80px;
}

.t3-copyright a {
    color: #CD7106;
}

.t3-copyright a:hover {
    color: #A75A00;
}

.small-copyright {
    font-size: 10px;
}

.small-copyright a {
    color: #7B5E3E;
}

.small-copyright a:hover {
    color: #B06A19;
}

.t3-copyright small {
    display: none;
}

.t3-copyright img {
    opacity: 0.5;
    float: right;
    margin: 0;
}

/*
Media Queries and Portable Devices ----------------------------------
*/

/* Smart Phones and Tablets */
@media (max-width: 767px) {

  .languageswitcherload {
        text-align: center;
        margin: 10px 0px -17px;
        display: none;
    }

    .head-search {
        text-align: center;
        display: none;
    }

    .header-icons {
        margin-top: 4px;
    }

    .header-icons a {
        margin: 0 7px;
    }

    .header-icons .fa {
        font-size: 18px;
        margin-right: 1px;
        margin-left: 2px;
    }

    .logo a {
        display: inline-block;
        line-height: 0;
        margin: 0px;
        margin-top: -15px;
    }

    .t3-content {
        padding-right: 15px;
    }

    .home-intro {
        font-size: 1.25em;
        line-height: 1.65;
        padding: 34px 20px;
        margin-top: 40px;
    }

    .intro-button {
        margin: 15px auto 0px;
    }

    .t3-copyright img {
        float: left;
        margin: 15px 0px;
    }
    .involved-buttons {
        margin: 0px 0px 50px 0px;
    }

    .refreshCaptchaModule {
        width: 18px;
        height: 18px;
        margin: 0 10px 0 20px;
    }

    #login-form ul.unstyled li {
        margin: 7px 0px;
    }

    .controls {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

  .nav > li > a {
        padding: 15px 7px;
        margin-right: 2px;
    }

    .intro-button {
        padding: 6px;
        font-size: 1em;
        height: 150px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .intro-button {
        padding: 30px;
    }

}

@media (min-width: 1200px) {
  
}