/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*---BASE---*/
.et_pb_section {
    padding: 0 !important;
}
a {
	font-size: 13px;
}
a:hover {
	color: black;
}

/*---TYPOGRAPHY---*/
h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
}

h1 {
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold !important
}
h3 {
    margin-bottom: 15px;
}
h4 {
    font-weight: 900;
}
/*p {
    font-family: "Lora";
	font-size: 13px;
	line-height: 1.5em;
}*/
/*----HEADER-----*/

@media screen and (max-width: 982px){
	body #page-container {
	padding-top: 80px !important;
	}
}


#main-header, #et-top-navigation {
    font-family: "Lora",serif !important;
}

/*#main-header{
	background: url('https://www.acnl.com.au/wp-content/uploads/2020/08/header-line-left-1.png') no-repeat left 180px;
}
header .logo_container{
	background: url('https://www.acnl.com.au/wp-content/uploads/2020/08/header-line.png') repeat-x 0 180px;
}*/


.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 77px !important;
}

#logo {
    max-height: 100%;
	max-width: 100%;
}
#top-menu-nav {
	position: relative;
	top: -20px;
}
#red_line {
    display: none;
    width: 88%;
    top: 210px;
	left:0;
    position: fixed;
    /*z-index: 300000;*/
    height: 3.5px;
	border: 3.5px solid #e74141;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #red_line {
    top: 180px;
	}
}




/*STICKY*/
/*.et-fixed-header #logo {
    min-height: initial;
    position: initial !important;
    margin-left: initial !important;
	margin-top: initial !important;
}*/
.et-fixed-header #red_line {
    width: 88%;
    top: 98px;
    height: 3px;
	left: 0;
}
.et-fixed-header #top-menu-nav {
    position: relative;
    top: -10px;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et-fixed-header .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 40px !important;
}
/*CUSTOM TITLE TAGLINE*/
.custom_title h1 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 30px;
    font-weight: bold !important;
	display: inline-block;
	margin-bottom:15px;
	color: #FBE2CE !important;
}

.custom_title h4 {
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
	margin-bottom:15px;
	color: #FBE2CE !important;
}



/*---HOME---*/



.fw_slider .et_pb_slide_description {
	font-size: 16px !important;
	max-width:1400px !important;
	display: flex !important;
}

.fw_slider .et_pb_slide {
	padding-top:33px;
	min-height:500px;
}

.fw_text .et_pb_text_overlay_wrapper{
		max-width:700px;
		margin-left:auto;
	}
	
.home .et_pb_fullwidth_slider_0 .et_pb_slide .et_pb_slide_description, .home .et_pb_slides .et_pb_slider_container_inner{
		text-align:right !important; 
	}



.fw_text .et_pb_text_overlay_wrapper{
	background: rgba(0, 0, 0, 0.75) !important;

}

.fw_text .et_pb_text_overlay_wrapper h2{
	margin-bottom:15px;
}

.fw_text .et_pb_text_overlay_wrapper a{
	color: #fff !important;
	text-decoration: underline !important;
}

/*---CHILD---*/
/*.et_pb_text > :last-child {
    padding-bottom: 52px !important;
}*/
ul.publications_list, ul.links_list {
    list-style: none;
    font-size: 17px;
	padding-left: 0;
}
ul.publications_list li::before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 10px;
}
ul.links_list li::before {
 	content: "\f0c1";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 13px;
}
/*---PROJECTS---*/


.project-template-default .et_pb_section_1.et_pb_section, .project-template-default .et_pb_row_1 {
    background-color: #606060 !important;
}
.project-template-default .et_pb_section_1.et_pb_section a {
    color: white;
    font-weight: bold;
}
.et_pb_slide, .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    background-color: transparent !important;
	
}
.project_slider{
	color: white !important;
}
.project_slider h3 {
	color: white !important;
	text-decoration: none;
	font-weight: 900;
	margin-top: 15.5%;
}
.project_grid_inner {
    padding-left: 16px !important;
}
.projects_grid h4 {
	color: #545454 !important; 
	font-size: 24px; 
	margin-bottom: 4% !important;
}
.project-template-default a:hover {
	color: white !important;
}
.single-project.et_pb_pagebuilder_layout .nav-single {
    margin-top: 45px;
}
.nav-label {
	display: none !important;
}
.single-project.et_pb_pagebuilder_layout .nav-single {
    width: auto;
    max-width: 70px;
}
.et_portfolio_image {
 padding-top: 60%;
	margin-bottom:20px;
 }
 .et_portfolio_image img {
 position: absolute;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 object-fit: cover;
 }
.et_pb_posts_nav.et_pb_post_nav_0 span a span {
    font-size: 25px;
}
.et_pb_posts_nav.et_pb_post_nav_0 span a span:hover {
   	color: #666666 !important;
}
.project_slider .et_pb_text_inner {
	padding-right: 10px;
}
.et_pb_portfolio_grid {
    padding-right: 10px;
}
.single-project .et_pb_slide {
    padding: 0;
}
.single-project .et_pb_slide_description {
	display: none !important;
}


/*---CONTACT---*/
.contact_side {
	margin-top: 42px;
}
.wpcf7-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    margin: 7px 0 !important;
    padding: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 96%;
}
.wpcf7-form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 12px;
    height: 110px;
    line-height: 14px;
    margin: 7px 0 !important;
    padding: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 96%;
}
.wpcf7-form .submit-wpcf {
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
	font-weight:bold;
	font-family: "Lora",serif !important;
    display: block;
    float: left;
    left: 0;
    margin-top: 20px;
    max-width: 180px;
    padding: 12px 20px;
    position: relative;
    text-shadow: none;
	text-transform: uppercase;
	cursor:pointer;
	border: 0 !important;
}
.contact-form label {
    color: #666;
    float: left;
    font-family: "Lora",serif !important;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    top: 15px;
    width: 100%;
}
.contact-form .submit {
    background: #212121 none repeat scroll 0% 0%;
	font-family: "Lora",serif !important;
	text-transform: uppercase;
    padding: 12px 20px;
    color: #FFF !important;
    left: 0px;
    position: relative;
    float: left;
    text-shadow: none;
    max-width: 100%;
    display: block;
    margin-top: 20px;

}
.wpcf7-form .submit-wpcf:hover {
	background: #737373 !important;
}



/*---FOOTER---*/

/*WHITESPACE FIX - FIREFOX*/
@media screen and (max-width: 582px){
#main-footer {
	padding-bottom:120px;
	}
}
/*WHITESPACE FIX - SAFARI*/
@media not all and (min-resolution:.001dpcm) {   
@media screen and (max-width: 582px){
#main-footer {
	padding-bottom:210px;
	}
}
}

#custom_html-2{
	clear:left;
}

#text-11{
	margin-left:30px;
}

#footer-info{font-size:12px;}

#main-footer {
    background-color: #3a3a3a !important;
}

/*-NEW FOOTER SIZING-*/
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 16.5% !important;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    width: 56%;
}

#nav_menu-2{
	float:right;
}

#footer-widgets{
	padding-bottom:0 !important;
}

.et_pb_gutters3 .footer-widget{
	margin-bottom:0;
}

#footer-widgets .footer-widget li {
    padding-left: 22px;
    display: inline-block;
}
#footer-widgets .footer-widget li:first-child {
	padding-left: 0;
}
#footer-widgets .footer-widget li::before {
    display: none;
}
#footer-widgets a {
    color: #ACACAC !important;
    text-shadow: none !important;
    font-size: 15px !important;
}
#footer-widgets .footer-widget li a {
    color: #fff !important;
}
#footer-widgets .footer-widget li a:hover {
    color: #ACACAC !important;
}
#main-footer .footer-widget h4 {
    font-size: 0.89rem !important;
    color: white !important;
    font-weight: 900;
	padding-bottom: 0;
}
#footer-widgets strong span {
	font-size: 0.78rem !important;
	color: white !important;
	font-weight: normal !important;
}

#text-12 p {
	color: #666;
	font-size: 12px !important;
}
/*.menu-zap-top-menu-container, */
.social_links {
    margin-top: 5px;
}
.footer-widget p {
	font-size: 0.8rem !important;
}
#footer-widgets .social_links a:hover {
	color: white !important;
}

/* Mobile */

.mobile_menu_bar::before{
	color:#ec4b47 !important;
}


/*----RESPONSIVE ETC-----*/
@media screen and (min-width: 1440px) {
	#red_line, .et-fixed-header #red_line  {
    width: 83%;
	}
	}
@media screen and (max-width: 1350px) {
	#red_line, .et-fixed-header #red_line  {
    width: 90%;
	}
	.et_header_style_left #et-top-navigation {
		padding-left: 0 !important;
	}
	#logo {
	max-height: 40% !important;
	}
}
@media screen and (max-width: 1250px) {
	#footer-widgets a {
    font-size: 13px !important;
}
}
@media screen and (max-width: 1090px) {
	#top-menu li a {
		font-size:14px !important;
	}
}
@media screen and (max-width: 980px) {
	
		
	.et_mobile_menu{
		border-color:#000 !important;
		text-align:center;
	}
	
	#main-header{
		display:flex;
		align-items:center;
	}
	
	/*-NEW FOOTER SIZING-*/
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 45% !important;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    width: 100% !important;
}
	#red_line {
    display: none;
	}
	.et_header_style_left #et-top-navigation {
    padding-left: 0 !important;
    width: 80%;
	}
	.custom_title {
    display: inline-block;
	margin-top: 20px;
	padding-left: 10%;
	}
	#et_mobile_nav_menu {
    display: block;
    /*margin-top: 20px;*/
	}
	.et_mobile_menu li a, .nav li li a {
		font-size: 15px;
	}
	body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
    min-height: 125px;
	}
	.et_header_style_centered #logo {
    max-height: 130px;
	}
	.et_header_style_centered #main-header div#et-top-navigation {
    margin-top: 32px;
	}
	.custom_title h1 {
    font-size: 24px;
	}

	.custom_title h4 {
    font-size: 14px;
	}
	.project_slider, .project_grid_inner {
	width: 80% !important;
	}
	.project_slider .et_pb_text_inner {
	padding-left: 10px !important;
	}
	.project_header .et_pb_column_2_3 {
    width: 75% !important;
    margin-bottom: 0;
	}
	.project_header .et_pb_column_1_3 {
    width: 25% !important;
    margin-bottom: 0;
	}
	.project_header .et_pb_row {
    padding: 0;
	}
	.single-project.et_pb_pagebuilder_layout .nav-single {
    float: right;
	}
	.project_slider h3 {
    margin-top: 0;
	}
}

@media screen and (min-width: 791px) and (max-width: 980px) {
	#logo, .et_pb_svg_logo #logo {
	max-height: 70% !important;
	height: 70% !important;
	}

}

@media only screen and ( min-width: 981px ) { 
	
	.et_pb_gutters3 .et_pb_column_4_4 .project.type-project.et_pb_grid_item{
		width: 22.875% !important;
  	  margin-right: 1.5% !important;
	}
	
	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget:first-child{
		width: 35.25%;
	}
	
	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget:nth-child(2){
		width: 59.25%;
	}

	/* Vertically center the top navigation */
	.et_header_style_left #et-top-navigation { 
	   display:table-cell; 
	   vertical-align: middle; 
	   float:none !important;
	}
	.et_header_style_left .container { 
	   display:table; 
	}

	/* Right align the contents of the top navigation area */
	.et_header_style_left #et-top-navigation { text-align:right; }
	.et_header_style_left #et-top-navigation > * { text-align:left; }
	.et_header_style_left #top-menu-nav, 
	.et_header_style_left #et_top_search { 
	   float:none !important; 
	   display:inline-block !important
	}
	.et_header_style_left #et_top_search { 
	   vertical-align: top !important; 
	   margin-top:3px 
	}
	
	

	
	
}

@media screen and (max-width: 790px) {
	
	/*.et_header_style_left #et-top-navigation{
		max-width:150px;

	}
	
	.et_header_style_left #logo, .et_header_style_split #logo{
		max-width:80% !important;
	}
	
	
	.et_header_style_left .logo_container{
		max-width:360px;
		
	}*/
	
	#logo, .et_pb_svg_logo #logo {
	max-height: 85% !important;
	height: 85% !important;
	}
	
	#main-header, header .logo_container{
		background-image: none;
	}
	
	/*
	.et_header_style_left .logo_container {
    position: relative;
	}
	.et_header_style_left #logo, .et_header_style_split #logo {
    margin: auto;
    display: block;
	}
	.et_header_style_left #et-top-navigation {
    padding-left: 0 !important;
    width: 100%;
    text-align: center;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 0;
	}
	*/
	.custom_title {
    display: inline-block;
    margin-top: 0;
    padding-left: 4%;
	}
	#et_mobile_nav_menu {
    display: block;
    margin-top: 0;
	}
	.custom_title h1 {
    font-size: 24px !important;
    text-align: center;
    display: block;
    margin-bottom: 0px;
	}
	.custom_title h4 {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
    display: block;
	}
	#footer-widgets .footer-widget:first-child {
    margin-bottom: 0% !important;
	}
	#main-footer .footer-widget h4 {
    padding-bottom: 5px;
	}
	#main-footer .footer-widget:nth-child(2) h4.title {
	display: none !important;
	}
	.single-project.et_pb_pagebuilder_layout .nav-single {
    margin-top: 35px;
	}
	.project_slider, .project_grid_inner {
    width: 80% !important;
	}
}
@media screen and (max-width: 598px) {
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 9.5% !important;
    /*width: 100%;*/
	}
	#footer-widgets .footer-widget li {
    display: block;
	}
	#footer-widgets .footer-widget li {
    padding-left: 0;
	}
	#footer-widgets .footer-widget:nth-child(2){
		display:none;	}

}
@media screen and (max-width: 350px) {
	#text-11{
		width:100%;
		margin-left:0;
		margin-top:-40px;
	}
	
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
body .et_pb_slide_description {
	display: block !important;
	}
	.et_pb_slide_image, .et_pb_slide_video {
    width: 100%;
    margin-right: 0;
	}
}