/*
 Theme Name:     Divi Child
 Theme URI:      http://makeweb.com.au
 Description:    Divi Child Theme for enhanced functionality and speed
 Author:         MAKEWEB
 Author URI:     http://makeweb.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Ul positioning updated 1.1.2 */
.et_pb_text ul, .et_pb_tab ul, .et_pb_toggle ul{
	list-style-position: inside;		
}
/* Menu Icons since 1.1.6 */
#top-menu .phone_icon a:before, 
#top-menu .email_icon a:before
 {
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

#top-menu .phone_icon a:before { content: "\e090";}
#top-menu .email_icon a:before { content: "\e010";}
 
/* Utility classes  since 1.1.3 */
/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
	.hide_desktop{ display: none; }
	.hide_desktop_big{ display: none; }
}
/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
	.hide_phone{ display: none; }
}
/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	.hide_phone{ display: none; }
}
/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
	.hide_tablet{ display: none; }
}
/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	.hide_tablet_down{ display: none; }
}
/* Responsive Styles 981px – 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
	.hide_desktop{ display: none; }
}
/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
	.hide_desktop{ display: none; }
}
/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
	.hide_desktop{ display: none; }
}

.flex_blurb .et_pb_blurb_content{
    display: flex;
    align-items: center;
}
.flex_blurb.et_pb_blurb_position_left.flip .et_pb_blurb_content{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    justify-content: flex-end;
}
.flex_blurb.et_pb_blurb_position_left.flip .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
    padding-right: 15px;
}

.flex_blurb .et_pb_blurb_content .et_pb_main_blurb_image{
    margin: 0;
}

.et_pb_row_cpt{
	width: 100% !important;
	max-width: 100% !important;
}
.et_pb_row_cpt,
.et_pb_row_cpt .et_pb_row,
.et_pb_row_cpt .et_pb_section{
	padding: 0 !important;
}

.psgal{
	margin: auto !important;
}
.psgal figure figcaption {
    font-size: 13px;
    display: none;
}

form.mail_list{
	display: flex;
}

form.mail_list .gform_body{
	flex: 2;
}

form.mail_list .gfield{
	padding: 0 10px !important;
}

form.mail_list .gfield input{
		border-bottom: 1px solid white !important;
		background: none !important;
		color: white;
		text-transform: uppercase;
		padding: 7px !important;
		font-size: 18px !important;
		height: 45px !important;
}
@media (max-width: 860px){
    form.mail_list{
	flex-direction: column;
}
}


.site-footer {
    background-color: transparent !important;
}

@media (max-width: 860px){
 
 .site-footer .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
        flex-direction: column-reverse;
}
    
}

.main-navigation-flyout>ul>li>a {
    text-transform: uppercase;
    font-size: 16px;
}

#featured_footer{
	padding: 0;
}
#featured_footer .tile{
	max-height: 100px;
}
#featured_footer .tile img{
	width: 100px;
	    float: left;
}

#featured_footer .et_pb_mw_tile .tile > div {
    width: calc(100% - 100px) !important;
    left: 100px;
    top: 20px;
    line-height: 2;
    padding: 10px !important;
}

#featured_footer .et_pb_mw_tile .tile .title {
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
}

#featured_footer .et_pb_section{
	padding: 5px 0 !important;
}

#footer-info{
	float: none;
	font-weight: 300;
	text-align: center;
	padding-top: 10px;
}


.bonfire-pageloader-icon-wrapper img {
    max-width: 240px;
}


.work_tile .tile {
	background:#222 !important;
	color:#dde2eb;
	display:inline-block;
	padding: 0 !important;
	position:relative;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	width:100%;
	overflow: hidden;
	max-height: 25vw;
	margin-bottom: 0 !important;
	display: block !important;
}

.work_tile .tile:hover {
	cursor:pointer;
}
.work_tile .tile img {
	 transition: all .4s ease-in-out !important;
	 opacity: 0.7;
}

.work_tile .tile > div {
	margin: 0 auto;
    overflow: hidden;
    padding: 7px 12px !important;
    color: #eee !important;
    font-size: 17px;
    font-weight: 400;
    width: 100% !important;
    position: absolute;
    display: block;
    background: rgba(35, 35, 35, 0.7) !important;
    bottom: 0;
    left: 0;
    height: 60px;
    transition: all .4s ease-in-out !important;
    display: flex;
    align-items: center;
    line-height: 1.1;
}
.work_tile .tile > div span{
    text-align: center !important;
    width: 100%;
}
.work_tile .tile > div span.position{
	font-size: 70%;
	color: #a2a2a2 !important;
}
.work_tile .tile:hover img {
  transform: scale(1.02);
  opacity: 1;
}

@media (max-width: 980px){
    .work_tile .tile {
	    max-height: 50vw;
    }
}

@media (max-width: 480px){
    .work_tile .tile {
	    max-height: 70vw;
    }
}


.work_grid .alm-reveal{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(24%,1fr));
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

@media (max-width: 980px)
.work_grid .alm-reveal {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
}