/*
	Theme Name: Acor
	Theme URI: http://acor.com.au
	Description: Custom theme for acor.com.au
	Version: 1.4.3
	Author: MageeCo - UX Reimagined
	Author URI: http://mageeco.com
	License:
	License URI:
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,500i,600,600i,700,700i,800,800i');
* {
	outline: 0 !important;
}
.fade:not(.show) {
    opacity: 0;
    display: none;
}
.fade.show {
    display: table;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	line-height: 1.5;
}
img {
	max-width: 100%;
	display: inline-block;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	color: #231f20;
}
h1 {
	font-size: 50px;
	line-height: 1.2;
}
h2 {
	font-size: 36px;
	line-height: 1.2;
}
h3 {
	font-size: 30px;
	line-height: 1.2;
}
h4 {
	font-size: 20px;
	line-height: 20px;
}
h5 {
	font-size: 17px;
	line-height: 17px;
}
h6 {
	font-size: 15px;
	line-height: 15px;
}
p {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	line-height: 1.4;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, .links a {
	color: #000;
	text-decoration: none;
}
a, .hover_box, .portfolio_content h5, .portfolio_content > p, .single_portfolio .portfolio_content {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.rotating_banner, .page_heading, .page_heading.hide, .page_heading.show, .page_heading::before{
    -moz-transition: left 2s linear, margin 2s linear, height 2s linear, opacity .5s linear;
    -o-transition: left 2s linear, margin 2s linear, height 2s linear, opacity .5s linear;
    -webkit-transition: left 2s linear, margin 2s linear, height 2s linear, opacity .5s linear;
    transition: left 2s linear, margin 2s linear, height 2s linear, opacity .5s linear;
}

/*.home img.rotating_banner {
    width: 100%;
    height: auto;
}*/

.page_heading.show .red_bottom {
    -moz-transition: margin 2s linear;
    -o-transition: margin 2s linear;
    -webkit-transition: margin 2s linear;
    transition: margin 2s linear; }

.banner_img.home{
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear; 
}
section{
	overflow: hidden;
	padding: 85px 0 65px;
}
/** Header Area **/

.header_area {
    padding: 25px 0 0;
}
.site_logo {
    max-width: 84px;
    width: 100%;
}

.gfield_visibility_administrative {
	padding: 0 !important;
	margin: 0 !important;
}
#gform_wrapper_1 {
	margin: 0 !important;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc:nth-child(1) {
	margin: 0 !important;
}
.search_form {
    position: relative;
    width: 78%;
    float: left;
}
.search_form input {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 35px;
    padding: 3px 10px 3px 35px;
    width: 100%;
}

.header_top .search_form input {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 24px;
    padding: 3px 10px 3px 35px;
    width: 225px;
}
.search_form .btn_search {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
selectorSavingError {
    display: inline-block;
}
.socila_menu > li {
    display: inline-block;
    margin-right: 5px;
}
.socila_menu {
  margin-top: 5px;
  text-align: right;
}
.socila_menu > li:last-child {
    margin-right: 0;
}
.site_nav #menu-main-header {
    display: block;
    text-align: right;
    width: 100%;
}
nav.site_nav {
    padding: 0;
}
.site_nav .menu-item {
    display: inline-block;
    padding: 10px 11px;
}
.site_nav .menu-item:last-child a {
    padding-right: 0;
}
.site_nav .menu-item a {
    color: #231f20;
    font-weight: 500;
}
.site_nav .menu-item a:hover{
	color: #d7143f;
}
.header_top {
    margin: 0 0 15px;
}

#menu-main-header li:last-child {
	margin-right: -15px;
}

.site_nav #menu-main-header {
    padding-left: 0;
}

/** banner Area **/

.banner_section {
    padding: 0;
}
.banner_container {
    display: flex;
    flex-wrap: wrap;
}
.page_hedeing_holder {
    max-width: 40%;
    width: 100%;
	position: relative;
	z-index: 10 !important;
}
.banner_img {
    width: 60%;
	height: 325px;
}
.page_heading {
	background: #fff none repeat scroll 0 0;
    padding: 0 0 0 0;
	position: absolute;
	width: 120%;
    height: 50%;
	left: -120%;
	margin-top: 83px;
    z-index: 2;
	opacity: 0;
	-moz-opacity:0;
	-webkit-opacity:0;
	box-shadow: 0 0 0 #000;
	transform: translate3d(0,0,0);
}

.rotating_banner {
	position: absolute;
	opacity: 0;
	-moz-opacity:0;
	-webkit-opacity:0;
}

.page_heading:nth-child(1), .rotating_banner:nth-child(1) {
	opacity: 1 !important;
	-moz-opacity:1 !important;
	-webkit-opacity:1 !important;
}

.content {
	padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 20px;
}

.container ul  {
	list-style-type: disc;
	padding-left: 20px;
	font-weight: 300;
	margin-bottom: 15px;
}

.container p  {
	font-weight: 300;
	margin-bottom: 15px;
}
#categories ul, #archives ul {
	list-style: none !important;
	padding: 0;
}

.news_area p {
	font-weight: 500;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}

.sub-menu {
	display: none;
}

@media (min-width:801px){
	.sub-menu {
		position: absolute;
		z-index: 99;
		padding-left: 0 !important;
		padding-top: 25px;
	}
	.sub-menu li{
		display: block !important;
	    padding: 10px 15px !important;
	    text-align: left;
	    background-color: rgba(0,0,0,.4);
	    width: 100%;
	}
	.sub-menu li a{
		color: #fff !important;
	}
}

.menu-item:hover .sub-menu {
	display: block;
}
.page_heading.half {
	left: 0;
    padding: 0 0 0 0;
	margin-top: 83px;
}
.page_heading.show {
	margin-top:0;
    left: 0;
    height: 326px;
	box-sizing: border-box;
}
.page_heading h1 {
    color: #231f20;
    font-size: 46px;;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page_heading p {
    margin-top: 10px;
    font-weight: 500;
    margin-left: -25px;
}
/*.page_heading::before {
    background: #d7143f none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 525px;
}
.page_heading.show::before {
    top: 155px;
}*/

.red_bottom {
	border-bottom: 15px solid #d7143f;
	margin: 0;
	margin-right: 91px;
	box-shadow: 0 0 0 #000;
}

.page_heading.half .red_bottom {
	margin-top: 0px;
}

.page_heading.show .red_bottom {
	margin-top: 83px;
}

.right_aligned {
    display: inline-block;
    float: right;
    width: 70%;
}
 .red_bottom::after {
    display: table;
    content: '';
    clear: both;
 }
.banner_img {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
  width: 60%;
  height: 325px;
  right: 0%;
  position: relative;
  z-index: 0;
}

.banner_img.home {
  right: -100%;
}

.banner_img.home.end {
  right: 0;
}
/** portfolio area **/
.portfolio_area{
	background: #eee;
}
.portfolio_area .nav.nav-tabs {
    border: medium none;
    display: block;
    margin: 0 0 50px;
    text-align: center;
    padding: 0;
}
.portfolio_area .menu-item {
    display: inline-block;
    margin-bottom: 0;
}
.portfolio_area .nav.nav-tabs .nav-link.active, .portfolio_area .nav.nav-tabs .nav-link:hover {
 	border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-bottom: 3px solid #d7143f;
    color: #231f20;
    font-weight: 500;
	background: transparent none repeat scroll 0 0;
}

ul.sub_tab {
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px 0 0 0;
    margin: -20px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
}
.nav-item:hover ul.sub_tab {
	display: block;;
}

li.sub_list {
	display: inline-block;
}

li.sub_list a{
    color: #d7143f;
}

.portfolio_area ul.nav.nav-tabs li a {
    border-color: -moz-use-text-color -moz-use-text-color transparent;
    border-style: solid;
    border-width: 0 0 3px;
    font-weight: 500 !important;
	padding: .5em 1.2em;
}
.single_portfolio {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.single_portfolio > img {
    width: 100%;
}
.hover_box {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-top: 3px solid #d5143f;
    color: #222;
    font-size: 14px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: calc(100% - 50px);
    width: 100%;
}
.portfolio_content h5 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
    top: -10px;

}
.portfolio_content > p {
    bottom: -41px;
    margin: 0 0 15px;
    position: relative;
}
.portfolio_content > a {
    bottom: -45px;
    color: #d5143f;
    position: relative;
}
.single_portfolio:hover .portfolio_content {
    top: 50%;
    transform: translate(-50%, -50%);
}
.single_portfolio .portfolio_content {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 93%;
    top: 25px;
}
.single_portfolio:hover .hover_box{
	top: 0;
}
.single_portfolio:hover .portfolio_content p, .single_portfolio:hover .portfolio_content h5, .single_portfolio:hover .portfolio_content a{
	top: 0;
}
/** project Area **/

.white_bg {
    background-color: #fff
}

.grey_bg {
    background-color: #eee
}

.project_top {
    border-bottom: 5px solid #d7143f;
    color: #000000;
    margin: 0 0 50px;
    padding: 0 50px 50px;
    text-align: center;
}
.project_top > p {
    font-size: 18px;
    font-weight: 500;
}
.section_heading h2 {
    color: #231f20;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}
.project_area .hover_box {
    top: 85%;
}
.project_area .portfolio_content h5 {
    top: -95px;
}
.project_area .single_portfolio {
    margin: 0 0 30px;
}

.promotion_area {
    border-top: 5px solid #d7143f;
    margin-top: 61px;
    padding-top: 71px;
}
.promotion_text {
    margin-top: 54px;
}
.promotion_text h3 {
    margin: 0 0 25px;
}
.tab-content .col-lg-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.single_project h5 {
    color: #222;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
    top: -10px;
} 
/** News Area **/



.single_news {
    margin: 0 0 20px;
}
.blog_content {
    background: #fff none repeat scroll 0 0;
    padding: 25px;
}
.blog_meta {
    font-size: 14px;
    margin: 0 0 15px;
}
.blog_content h4 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
}
.blog_content h4::before {
    background: #d7143f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    position: absolute;
    width: 65px;
}
.blog_content > p {
    margin: 0 0 15px;
}
.blog_content > a {
    color: #d7143f;
    font-weight: 700;
}
.blog_img > img {
  width: 100%;
}
/** footer Area **/

.footer_area {
    background: #231f20 none repeat scroll 0 0;
    padding: 45px 0;
}
.container.footer_content {
    border-top: 5px solid #fff;
}
.container.footer_content > .row {
    margin-top: 45px;
}

.black_border {
	border-bottom: 4px #000 solid;
    padding-bottom: 15px;
}

.cont {
    display: inline-block;
    widows: 340px;
}

.application_button {
    background-color: #d7143f;
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px;
    clear: both;
    display: block;
    margin-top: 20px;
}

.prefooter {
    border-top: 4px solid #d7143f;
    width: 100%;
    padding: 10px 0 0;
    font-size: 13px;
    color: #d7143f;
}

.prefooter a{
    color: #d7143f;
}

.footer_about > p {
    color: #fff;
}
.footer_heading {
    border-bottom: 2px solid #fff;
    color: #d7143f;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
ul.fotter_list {
    padding-left: 0px !important;
}
.fotter_list > li {
    display: inline-block;
    margin: 0 0 9px;
    width: 48%;
}
.fotter_list li a {
    color: #fff;
}
.fotter_list li a:hover{
	color: #d7143f
}
.footer_search input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 0 2px;
    color: #fff;
    height: 20px;
    width: 100%;
	padding-bottom: 11px;
}
.footer_area .btn_search {
    border: 0 solid;
    height: 0;
    width: 0;
	display: none;
}
.footer_area .btn_search i {
    display: none;
}
.footer_area .socila_menu a {
    color: #fff;
}
.footer_area .socila_menu {
    margin-top: 17px;
}

.map {
	width: 100%;
	height: 250px;
}

/* form */

.gf_left_half, .gf_right_half {
	border-bottom: 1px #aaa solid;
}

.gf_left_half input, .gf_right_half input{
	background-color: transparent;
	border: none;
}

#field_1_12, #field_1_13, #field_1_14 {
		border: none !important;
}

#input_1_12, #input_1_13, #input_1_14 {
    color: transparent;
    position: absolute;
    margin-top: -35px;
    opacity: 0;
    -moz-opacity: 0;
    cursor: pointer;
}

.ginput_container_fileupload .upload_btn, #gform_submit_button_1{
	    background-color: #d7143f;
	    color: #fff;
	    font-weight: 700;
	    text-align: center;
	    width: 90%;
	    padding: 10px 0;
	    border: none;
}

#gform_submit_button_1{
	    text-transform: uppercase;
	    text-align: center;
	    width: 100%;
}

.gfield_description, .gfield_label {
	color: #000;
}

input[type='file'] {
  color: transparent;
}

.screen-reader-text {
	display: none !important;
}

.single_award img {
	float: left;
    width: 50%;
    margin-right: 50px;
}

.award_content h5 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px;
}

.award_content p {
    font-size: 11px;
}

.award_content {
	padding: 50px;
}

.single_award {
	margin: 50px 0;
}

.red_divider {
	border-bottom: solid 10px #d7143f;
	height: 0px;
	width: 100%;
}

.our-story h3 {
	text-align: center;
	margin-bottom: 20px;
}

.policies h3 {
    text-align: center;
	margin-bottom: 20px;
}

.half_border {
	border-bottom: solid 5px #d7143f;
	height: 0px;
	width: 50%;
	margin-top: 4px;
	margin-left: 25%;
}

.caption_carousel {
	margin-top: 5px;
	text-align: center;
    margin-bottom: 20px;
}

/** Responsive Css **/
@media (max-width:991px){
	
    .site_logo {
        max-width: 100%;
        text-align: center;
    }
    .site_logo img {
        margin-bottom: 20px;
        width: 95px;
    }
    .header_top .col-lg-8.offset-2 {
        margin-left: 0;
    }
    .socila_menu {
        bottom: -60px;
        position: absolute;
        right: 15px;
        z-index: 2;
    }
    .site_nav .menu-item {
        border-bottom: 1px solid #ddd;
        display: block;
        padding-left: 15px;
    }
    .site_nav #menu-main-header {
        border: 1px solid #ddd;
        margin-top: 15px;
        text-align: left;
    }

    #menu-main-header li:last-child {
		margin-right: 0;
	}
    	
    .banner_container {
        display: block;
        flex-wrap: nowrap;
    }
    .banner_img {
        width: 100%;
    }
    .page_hedeing_holder {
        max-width: 100%;
    }
    .red_bottom {
	    border-bottom: 10px solid #fff;
	    margin-left: -25px;
	}
	.page_heading.show .red_bottom {
		margin-top: 0px;
	}
    .page_heading {
      background: transparent none repeat scroll 0 0 !important;
      padding-bottom: 50px;
      padding-left: 24px !important;
      padding-top: 50px;
      position: static;
      transform: translate(0px, 0px);
      width: 100%;
    }
    .page_heading.show {
	   	margin-top: 0;
		left: 0;
		height: 200px;
		box-sizing: border-box;
	}
	.page_heading, .page_heading.hide, .page_heading.show, .page_heading::before, .banner_img.home{
	    -moz-transition: all 0s linear;
	    -o-transition: all 0s linear;
	    -webkit-transition: all 0s linear;
	    transition: all 0s linear; 
	}
    .page_heading h1 {
        font-size: 30px;
    	color: #fff;
    }
    .page_heading p {
		color: white;
		font-size: 12px;
		margin-left: -91px;
	}
	.right_aligned {
	    width: 240px;

	}
	.page_heading:after {
	    clear: both;
	    display: table;
	    content: '';
	}
    .page_heading::before {
        top: 95px;
        width: 279px;
    }
	
    .footer_about {
        margin: 0 0 25px;
    }
    .fotter_list {
        margin: 0 0 15px;
    }
    .footer_area .socila_menu {
      position: static;
    }

    .portfolio_content > h5 {
        top: -8px;
        font-size: 11px;
    }

    .page_hedeing_holder {
        background: rgba(215, 20, 63, 1) none repeat scroll 0 0;
        bottom: -80px;
        position: absolute;
        width: 88%;
    }
    .banner_container {
        position: relative;
    }
    .banner_section {
        overflow: visible;
    }
    .page_heading > p {
        color: #fff;
    }
    .page_heading::before {
        background: #fff none repeat scroll 0 0;
    }
    .ginput_container_fileupload .upload_btn, #gform_submit_button_1 {
	    width: 100%;
	}
	section {
	    padding: 105px 0 65px;
	}
	.sub-menu {
	    padding-left: 0 !important;
	    padding-top: 10px;
	    margin-bottom: -10px !important;
	}
	.sub-menu li{
		border-bottom: none !important;
        border-top: 1px solid #ddd;

		display: block !important;
	    text-align: left;
	    width: 100%;
	    padding-left: 0px !important;
	}

	.nav-tabs .nav-item {
	    display: block;
	}
	ul.sub_tab {
	    position: relative;
	}
	li.sub_list {
	    display: block;
	}
	.tab-content {
		margin-top: 25px;
	}
	.header_top .search_form input {
	    width: 100%;
    	box-sizing: border-box;
    	height: 40px;
	}
	.search_form {
        width: 100%;
    }
    nav.site_nav {
        padding-bottom: 15px;
    }
	
	.single_award img {
		float: none;
		width: 100%;
		margin-right: 0px;
	}

	.award_content h5 {
		font-size: 25px;
		line-height: normal;
		margin-bottom: 15px;
	}

	.award_content p {
		font-size: 11px;
	}

	.award_content {
		padding: 50px;
	}
	.page_heading, .rotating_banner {
		display: none;
	}
	.page_heading:nth-child(1), .rotating_banner:nth-child(1) {
		display: block;
	}

}
@media (min-width:1200px) and (max-width:1366px){
    .site_nav #menu-main-header {
	    font-size: 75%;
	}
}

@media (min-width:992px) and (max-width:1199px){
    .header_top .search_form input {
    	width: 180px;
    }
    .site_nav #menu-main-header {
	    font-size: 75%;
	}
	.page_heading {
	    width: 120%;
	}
}

/* General GF Date Picker */
.ui-datepicker{
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2)!important;
}

.ui-datepicker-header{
background-color: #d7143f!important;
}

.ui-datepicker-header select{
background-color: #fff!important;
color: #d7143f!important;
border: 0!important;

}

.ui-datepicker-month{
margin: 5px 5px 6px 0px!important;
}

.ui-datepicker-year{
margin: 5px 0px 6px 0px!important;
}

.ui-datepicker-prev {
background-position: center -20px!important;
}

.ui-datepicker-next {
background-position: center 9px!important;
}

.ui-datepicker-calendar .ui-state-default{
background: #fff!important;
}

td.ui-datepicker-unselectable.ui-state-disabled{
background-color: #eee!important;
}

.ui-datepicker-calendar .ui-state-active{
border: 1px solid #d7143f!important;
box-shadow: none!important;
background: #d7143f!important;
margin: 0!important;
text-shadow: none!important;
color: #fff!important;
}

.ui-datepicker-next, .ui-datepicker-prev {
    margin-top: -9px;
}

/*wlf110319*/
@media (max-width:400px){
	.page_heading h1 {margin-left:30px;	}
	.page_heading p {margin-left:-61px;}
}