/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi-child/
Version: 1.0.0
Description: Divi Child Theme
Author: Absolute Media
Author URI: http://www.absolutemedia.com.au
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child
*/

/***COLOURS***/
.ochre {
    color: #e15536;
  }
  .yellow {
    color: #ec9825;
  }
  .lt_yellow {
    color: #f5c533;
  }
  .blue {
    color: #00a8bf;
  }
  .grey {
    color: #414141;
  }
  .faded_blue {
    color: #e8f1f4;
  }
  .white {
    color: #ffffff;
  }
  
  /***TYPOGRAPHY***/
  h1 {
    font-size: 36px;
    line-height: 1.2em;
  }
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  h3 {
    font-size: 26px;
    line-height: 1.2em;
  }
  h4 {
  }
  h5 {
  }
  h6 {
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 1.8em;
  }
/*   #page-container {
    overflow-x: hidden !important;
  } */
  .callout {
    color: #fff;
    font-size: 43px;
  }
  p a {
    text-decoration: underline;
  }
  .faqs {
    line-height: 1.6em !important;
  }
  .faqs a {
    color: #414141;
  }
  
  .taller {
    margin-bottom: 14px;
  }
  
  /***HTML STYLING***/
  hr {
    color: #bfbfbf;
  }
  hr.narrow {
    border: 3px solid #00a8bf;
    max-width: 100px;
    width: 14%;
    margin-bottom: 4%;
  }
  hr.left {
    margin-left: 0;
    text-align: left;
    margin-bottom: 4%;
  }
  .d-none {
    display: none !important;
  }
  
  /***HEADER***/
  #main-header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  #et-info {
    float: right;
    text-align: right;
    width: 60%;
  }
  .head_name {
    float: left;
    width: 40%;
  }
  #et-info-phone::before,
  #et-info-email::before {
    margin-right: 6px;
  }
  .header-content {
    padding-top: 3.5em !important;
  }
  .main-banner .et_pb_slides .et_pb_slide {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  
  .main-banner .et_pb_slides .et_pb_slider_container_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
    position: relative;
  }
  .main-banner .et_pb_slides .et_pb_slider_container_inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    margin: 0 30px 30px 0;
    background: url(/wp-content/uploads/2018/10/NDIS-badge.png) no-repeat
      center/contain;
    z-index: 10;
  }
  .main-banner .et_pb_slides .et_pb_slide_title {
    text-shadow: 0 0;
    font-weight: 400;
  }
  .main-banner .et_pb_slides .et_pb_slide_description {
    float: none !important;
    width: 35% !important;
    max-width: 35%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ef9924;
    padding: 140px 0px 60px 5%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-banner .et_pb_slides .et_pb_slide_description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 150px;
    margin-left: -5px;
    background: #ef9925;
    -webkit-clip-path: polygon(0 0, 100% 0%, 10px 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 10px 100%, 0% 100%);
  }
  .main-banner .et_pb_slides .et_pb_slide_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    width: 65% !important;
    margin: 0 !important;
    position: relative;
    top: unset !important;
  }
  
  .main-banner .et_pb_slides .et_pb_slide_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 90%;
    object-position: 90%;
    max-height: 685px !important;
  }
  
  .main-banner .et_pb_slides .et_pb_slide .et_pb_container {
    height: auto !important;
    min-height: 0 !important;
    display: block;
  }
  
  .main-banner .et_pb_slides .et_pb_slide_content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  @media (min-width: 768px) {
    .main-banner .et_pb_slides .et_pb_slide_content {
      display: none;
    }
  }
  
  /* MENU */
  .et_header_style_left #et-top-navigation nav > ul > li > a {
    text-transform: uppercase;
  }
  /* PAGE HEADER*/
  .et_pb_fullwidth_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0;
  }
  
  .et_pb_fullwidth_header .header-content {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .et_pb_fullwidth_header .header-content .et_pb_module_header {
    padding: 30px 60px 30px 0;
    display: inline-block;
    background: #ef9925;
    position: relative;
    max-width: 1050px;
  }
  .et_pb_fullwidth_header {
    height: 460px !important;
  }
  
  .et_pb_fullwidth_header .header-content .et_pb_module_header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 50px;
    margin-left: -5px;
    background: #ef9925;
    -webkit-clip-path: polygon(0 0, 5px 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 5px 0, 100% 100%, 0% 100%);
  }
  
  .et_pb_fullwidth_header .header-content .et_pb_module_header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 50vw;
    margin-left: -5px;
    background: #ef9925;
  }
  .et_pb_fullwidth_header .header-content .et_pb_fullwidth_header_subhead {
    position: absolute;
    z-index: 100;
    bottom: 100%;
    background: #e35536;
    padding: 5px 0;
  }
  .et_pb_fullwidth_header .header-content .et_pb_fullwidth_header_subhead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 50px;
    background: #e35536;
    -webkit-clip-path: polygon(0 0, 40px 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 40px 0, 100% 100%, 0% 100%);
  }
  
  .et_pb_fullwidth_header .header-content .et_pb_fullwidth_header_subhead:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 50vw;
    margin-left: -5px;
    background: #e35536;
  }
  
  /***FRIENDLY FACES***/
  .team-section .et_pb_section_8 {
    padding: 0 0 !important;
  }
  .team-section .et_pb_column_1_4 {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }
	@media (min-width: 768px) {
	.team-section .et_pb_column_1_4 {
		width: 24% !important;
	  }
	}
  .team-section .et_pb_section_8 .et_pb_text_inner h2 {
    font-size: 2.3em;
    padding-bottom: 0.4em;
  }
  .team-section .et_pb_section_8 .et_pb_text_inner p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  
  /***IMAGE HOVER BEHAVIOUR***/
  .border-hover .et_pb_column {
    overflow: hidden;
    position: relative;
  }
  
  .border-hover .et_pb_column img,
  .border-hover .et_pb_column .et_pb_image:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .border-hover .et_pb_column:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .border-hover .et_pb_column .et_pb_image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 152, 37, 0.8); /* background: rgba(0,0,0,0.4); */
    content: "";
    visibility: hidden;
    opacity: 0;
  }
  .border-hover .et_pb_column:hover .et_pb_image:after {
    visibility: visible;
    opacity: 1;
  }
  .border-hover .et_pb_column .et_pb_promo_description:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    position: absolute;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }
  
  .border-hover .et_pb_column:hover .et_pb_promo_description:before,
  .border-hover .et_pb_column:hover .et_pb_promo_description:after {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .border-hover .et_pb_column .et_pb_promo_description h3 {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0;
    padding: 0;
  }
  
  .border-hover .et_pb_column .et_pb_promo_description p {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .border-hover .et_pb_column:hover .et_pb_promo_description h3 {
    opacity: 1;
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  .border-hover .et_pb_column:hover .et_pb_promo_description p {
    opacity: 1;
    position: absolute;
    top: 48%;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  .border-hover .et_pb_promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .border-hover .et_pb_promo_button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .border-hover .et_pb_promo_description {
    position: static !important;
  }
  
  /* BLOG PAGE */
  .featured-post .et_pb_slide,
  .featured-post .et_pb_slider_container_inner {
    padding: 0;
  }
  .featured-post .et_pb_slider_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .featured-post .et_pb_slide .et_pb_slide_image {
    margin: 0 !important;
    position: relative;
    width: 50%;
    float: none;
    top: unset;
  }
  .featured-post .et_pb_slide .et_pb_slide_image img {
    height: 100%;
    max-height: none !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .featured-post .et_pb_slide .et_pb_slide_description {
    padding: 50px !important;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .et_pb_blog_grid .et_pb_image_container {
    margin: -21px;
  }
  .blog-grid .et_pb_post .post-content-inner {
    margin-bottom: 10px;
  }
  
  .blog-grid .et_pb_blog_grid .et_pb_post {
    overflow: visible !important;
    margin-bottom: 30px !important;
  }
  .blog-grid .et_pb_salvattore_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  
  .blog-grid .et_pb_salvattore_content .column {
    width: calc(100% / 3) !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 !important;
    padding: 0 15px;
  }
  .recent-posts-widget-with-thumbnails li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .recent-posts-widget-with-thumbnails li a img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }
  
  .recent-posts-widget-with-thumbnails li a {
    line-height: 1.2;
  }
  
  .recent-posts-widget-with-thumbnails li {
    margin: 20px 0 !important;
  }
  .et_pb_widget_area .widgettitle {
    font-size: 24px;
  }
  
  /***SERVICES***/
  /***FLOATING BUTTON***/
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 50px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #f5c533; /* Set a background color */
    color: #fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    width: 70px;
    height: 70px;
    border-radius: 50px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  
  #myBtn:hover {
    background-color: #ec9825;
    text-decoration: underline;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  
  /***CONTACT FORM***/
  .et_contact_bottom_container {
    float: left;
    margin-left: 1%;
  }
  
  /***POSTS***/
  .more-link {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 90%;
  }
  .et_pb_widget ul li {
    margin-bottom: 0.9em;
    line-height: 1.5em;
  }
  
  /***FOOTER***/
  .footer-widget h6 {
    color: #fff;
    font-size: 1.6em;
    margin-top: 24px;
  }
  .footer-widget #media_image-3 img {
    margin-top: 20px;
    max-width: 120px;
  }
  .footer-widget .fwidget {
    margin-bottom: 4px !important;
  }
  .textwidget p {
    line-height: 1.5;
  }
  .address-icon::before,
  .phone-icon::before,
  .email-icon::before {
    font-family: ETmodules !important;
    margin-right: 6px;
  }
  .address-icon::before {
    content: "\e081";
  }
  .phone-icon::before {
    content: "\e090";
  }
  .email-icon::before {
    content: "\e076";
  }
  .fb_icon {
    margin-top: 26px;
  }
  .wpforms-widget {
    width: 100%;
  }
  .wpforms-widget .wpforms-form input {
    border-radius: 5px !important;
    border: 0 !important;
  }
  .wpforms-form button {
    background-color: #ec9825 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px !important;
    border-radius: 5px !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wpforms-widget .wpforms-form button:hover,
  .wpforms-widget .wpforms-form button:focus {
    background-color: #f7ad47 !important;
  }
  #footer-bottom #footer-info {
    width: 100% !important;
    font-size: 14px;
  }
  .creds {
    float: left;
    line-height: 1.1em;
    text-align: left;
    width: 65%;
  }
  .creds_ams {
    float: right;
    line-height: 1.1em;
    text-align: right;
    width: 35%;
  }
  
  #pojo-a11y-toolbar {
    bottom: 0;
    margin: 0 0 50px;
  }
  
  .pojo-a11y-toolbar-toggle {
    bottom: 0;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
  }
  
  /***MEDIA QUERIES***/
  @media only screen and (max-width: 1350px) {
    .et_pb_section_7.et_pb_section {
      padding: 0 !important;
    }
    h2.et_pb_slide_title {
      font-size: 2.7em !important;
    }
    .et_pb_section_7 .et_pb_text_inner h2 {
      font-size: 2.2em;
    }
    .et_pb_section_7 .et_pb_text_inner p {
      font-size: 1em;
    }
    .main-banner.et_pb_fullwidth_slider_0
      .et_pb_slides
      .et_pb_slide_description
      .et_pb_slide_title {
      font-size: 42px !important;
    }
  }
  
  @media only screen and (max-width: 1140px) {
    h2.et_pb_slide_title {
      font-size: 2.4em !important;
    }
    h3.et_pb_module_header {
      font-size: 16px !important;
    }
    .et_pb_promo_description p {
      font-size: 14px !important;
    }
    .et_pb_section_8 .et_pb_text_inner h2 {
      font-size: 1.8em !important;
      padding-bottom: 0.3em;
    }
    .et_pb_section_8 .et_pb_text_inner p {
      font-size: 0.8em !important;
    }
  
    .cta_callout {
      width: 100%;
    }
    p.callout {
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 980px) {
    #top-header .container {
      float: right;
      position: relative;
      left: -50%;
      width: 100%;
    }
    #top-header .container > .head_name,
    #top-header .container > #et-info {
      position: relative;
      left: 50%;
      text-align: center;
      width: 100%;
    }
    .head_name {
      margin: 10px auto 0px;
      width: 100%;
    }
    #et-info {
      margin: 4px auto 0px;
      width: 100% !important;
    }
    .main-banner.et_pb_fullwidth_slider_0
      .et_pb_slides
      .et_pb_slide_description
      .et_pb_slide_title {
      font-size: 32px !important;
    }
    .featured-post .et_pb_slider_container_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .featured-post .et_pb_slide .et_pb_slide_image img {
      max-height: 300px !important;
    }
    .featured-post .et_pb_slide .et_pb_slide_description,
    .featured-post .et_pb_slide .et_pb_slide_image {
      width: 100%;
    }
    .featured-post .et_pb_slide .et_pb_slide_description {
      padding: 30px !important;
    }
    .blog-grid .et_pb_salvattore_content .column {
      width: 50% !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .et_pb_slider .et_pb_slide_0 {
      min-height: 70vh;
    }
    h2.et_pb_slide_title {
      font-size: 2.2em !important;
    }
    h6 {
      padding-bottom: 1em;
    }
    .et_pb_slide {
      padding: 0;
    }
    .et_pb_container {
      width: 100% !important;
    }
    .et_pb_slide_description {
      width: 96% !important;
    }
    .et_pb_text_overlay_wrapper h2 {
      font-size: 2em !important;
    }
    .et_pb_section_8 .et_pb_text_inner h2 {
      font-size: 1.6em;
    }
    .et_pb_section_8 .et_pb_text_inner p {
      font-size: 0.7em;
    }
    .main-banner .et_pb_slides .et_pb_slider_container_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .main-banner .et_pb_slides .et_pb_slider_container_inner:before {
      display: none;
    }
    .main-banner .et_pb_slides .et_pb_slide_description,
    .main-banner .et_pb_slides .et_pb_slide_image {
      max-width: 100%;
      width: 100% !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
    .main-banner .et_pb_slides .et_pb_slide_description {
      padding-bottom: 0;
      padding-right: 30px;
      padding-top: 160px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .main-banner .et_pb_slides .et_pb_slide_description:before {
      top: 100%;
      left: 0;
      height: 50px;
      width: 100%;
      margin-top: -5px;
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0% 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 10%, 0% 100%);
    }
    .main-banner .et_pb_slides .et_pb_slide_image {
      display: block !important;
    }
    .main-banner .et_pb_slides .et_pb_slide_description .et_pb_button_wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
    }
    .main-banner .et_pb_slides .et_pb_slide_description .et_pb_slide_content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-top: 20px;
    }
    .main-banner .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
    .main-banner .et_pb_slides .et_pb_slide_description .et_pb_slide_content {
      padding: 0 10px;
    }
    .et_pb_slides .et_pb_slide_description .et_pb_slide_content img {
      width: 50px;
      margin: 0 auto 0 0;
    }
    #footer-bottom .creds {
      margin-bottom: 10px;
    }
    #footer-bottom .creds,
    #footer-bottom .creds_ams {
      width: 100%;
      text-align: center;
    }
    .featured-post .et_pb_slide .et_pb_slide_image {
      display: block !important;
    }
    .featured-post .et_pb_slide .et_pb_slide_description {
      width: 100% !important;
      text-align: left;
    }
    .blog-grid .et_pb_salvattore_content {
      margin: 0;
    }
    .blog-grid .et_pb_salvattore_content .column {
      width: calc(100% + 30px) !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 30px);
      flex: 0 0 calc(100% + 30px);
      max-width: calc(100% + 30px);
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px !important;
    }
    .blog-grid .et_pb_salvattore_content .column .et_pb_post {
      width: calc(50% - 30px) !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
      flex: 0 0 calc(50% - 30px);
      max-width: calc(50% - 30px);
      margin: 0 15px 30px !important;
    }
    .et_pb_fullwidth_header .header-content .et_pb_module_header {
      font-size: 26px;
    }
  }
  
  @media (max-width: 600px) {
    .blog-grid .et_pb_salvattore_content .column {
      width: 100% !important;
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      margin: 0 !important;
    }
    .blog-grid .et_pb_salvattore_content .column .et_pb_post {
      width: 100% !important;
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      margin: 0 0 20px !important;
    }
  }
  
  .landing-macs-text {
    margin-top: -20px;
  }
  
  .landing-day::before {
    content: ""
  }

  .new-home .et_pb_section .et_pb_button_0 {
    padding: 10px 50px;
  }

  .new-home .et_pb_section .et_pb_button_1 {
    padding: 10px 50px;
  }

  .new-home .et_pb_section .et_pb_button_2 {
    padding: 10px 50px;
  }
  
  .landing-day {
    position: absolute;
    background: #E15536;
    border: 13px solid #FFFFFF;
    width: 1000px !important;
    font-size: 24px;
    padding-right: 200px;
    border-radius: 96px;
    top: -122px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 141px;
    line-height: 150%;
    font-weight: 600;
  }

  .new-home .et_pb_row_1 {
    min-height: 393.1px;
  }

  .new-home .et_pb_section_1.et_pb_section {
    padding-bottom: 70px;
  }

  .new-home .et_pb_section_2.et_pb_section {
      padding-top: 1px;
      padding-bottom: 0px;
  }

  .new-home .et_pb_column_3 {
      background: #63a5bc;
      padding-left: 0px;
      padding-right: 50px;
      padding-top: 150px;
      padding-bottom: 150px;
  }

  .new-home .slick-slide {
      padding: 50px;
      text-align: center;
  }

  .new-home .landing-background {
    margin: -194px 0px 100px -335px;
  }

  .new-home .landing-text {
    margin: 480px 0px 500px 460px;
  }

  .home .landing-background {
    margin: -195px 0px 100px -330px;
  }

  .home .landing-text {
    margin: 466px 0px 500px 456px;
    width: 423px;
  }

  .page-id-2850 .landing-text, .page-id-4435 .landing-text {
    margin: 376px 0px 500px 406px;
    width: 362px;
  }

  .page-id-2850 .landing-background, .page-id-4435 .landing-background {
    margin: -165px 0px 100px -330px;
  }

  .new-home .et_pb_row_2.et_pb_row {
    padding-top: 5px !important;
    margin-bottom: 0px!important;
    padding-bottom: 4px;
  }
  
  .drop-in-support .et_pb_row_3 {
    min-height: 805px !important;
  }

  .services .et_pb_row_3 {
    min-height: auto !important;
  }
  
  .landing-day img {
    float: left;
    padding-right: 20px;
    height: 76px;
  }

  .wp-image-2772 {
    position: absolute;
    max-width: unset;
  }
  
  .landing-fast {
    position: absolute;
    background: #63A5BC;
    border: 13px solid #FFFFFF;
    width: 1000px !important;
    line-height: 150%;
    font-size: 24px;
    padding-right: 200px;
    border-radius: 96px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 141px;
    top: 7px;
    font-weight: 600;
  }
  
  .landing-fast img {
    float: left;
    padding-right: 20px;
    height: 76px;
  }
  
  .landing-arranged {
    position: absolute;
    background: #F5C533;
    border: 13px solid #FFFFFF;
    width: 1000px !important;
    font-size: 24px;
    padding-right: 200px;
    border-radius: 96px;
    top: 136px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 141px;
    line-height: 150%;
    font-weight: 600;
  }
  
  .landing-arranged img {
    float: left;
    padding-right: 20px;
    height: 76px;
  }
  
  .landing-assistance {
    position: absolute;
    background: #E15536;
    border: 13px solid #FFFFFF;
    width: 1000px !important;
    font-size: 24px;
    padding-right: 200px;
    border-radius: 96px;
    top: 265px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 141px;
    line-height: 150%;
    font-weight: 600;
  }
  
  .landing-assistance img {
    float: left;
    padding-right: 20px;
    height: 76px;
  }
  
  .wp-image-2394 {
      position: absolute;
      max-width: unset;
  }
  
  .landing-overflow {
    margin: -70px 0px 100px 0px;
    position: absolute;
    pointer-events: none;
  }
  
  /* .drop-in-support div.et_pb_section.et_pb_section_0 {
    background-position: center center;
  } */
  
  .landing-background {
    position: absolute;
    height: 1300px;
    width: 1300px;
    max-width: unset;
    margin: -185px 0px 100px -335px;
    /* After Addons */
    /* transform: scale(0.8) translateY(-1rem); */
  }

  .page-id-2850 .landing-background, .page-id-4435 .landing-background {
    position: absolute;
    height: 1100px;
    width: 1100px;
    max-width: unset;
    margin: -140px 0px 100px -300px;
  }
  
  .landing-text {
    position: absolute;
    margin: 500px 0px 500px 470px;
    width: 376px;
  }
  
  .landing-text h1 {
    font-size: 49px;
    color: #E15536;
  }
  
  .landing-text h2 {
    font-size: 41px;
    color: #707070;
    padding-bottom: 40px;
  }
  
  .landing-text span {
    color: #EC9825;
  }
  
  .landing-text a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #E15536;
    border-radius: 3px;
    border-color: #E15536;
  }

  .landing-text a:hover {
    background-color: #E15536 !important;
  }
  
  .drop-in-support .et_pb_row_2.et_pb_row {
    padding-top: 0px !important;
    margin-bottom: -5px!important;
  }
  
  .drop-in-support .landing-text-staff {
    text-align: right;
  }
  
  .drop-in-support .et_contact_bottom_container {
    margin-left: 3%;
  }
  
  .drop-in-support .et_pb_row_3.et_pb_row {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-top: -6px!important;
    margin-right: auto!important;
    margin-bottom: -4px!important;
    margin-left: auto!important;
  }
  
  .drop-in-support .et_pb_row_1 {
    min-height: 393.1px;
  }
  
  .drop-in-support .et_pb_column_3 {
    padding-bottom: 100px;
    padding-right: 100px;
    padding-left: 0px;
    background: #63a5bc;
  }
  
  .drop-in-support .et_pb_section_1.et_pb_section {
    padding-bottom: 70px;
  }
  
  .landing-text a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    background: #E15536;
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 22px;
    white-space: nowrap;
  }
  
  .drop-in-support .etb_pb_section .et_pb_button_1 {
      color: #FFFFFF!important;
      border-color: RGBA(0,0,0,0);
      border-radius: 58px;
      background-color: #f5c533;
      padding: 10px 50px;
      font-size: 22px;
  }
  
  .drop-in-support .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button {
    color: #FFFFFF!important;
    border-color: RGBA(0,0,0,0);
    border-radius: 58px;
    background-color: #f5c533;
    padding: 10px 50px;
    font-size: 22px;
    text-transform: uppercase;
  }
  
  .drop-in-support .et_pb_section .et_pb_button_0 {
    padding: 10px 50px;
    font-size: 22px;
  }
  
  h1.et_pb_contact_main_title {
    font-size: 32px;
    font-weight: 600;
  }
  
  .landing-image-1 {
    margin-right: 0% !important;
  }
  
  .landing-image-2 {
    margin-right: 0% !important;
  }
  
  .landing-image-3 {
    margin-right: 0% !important;
  }
  
  .landing-image-4 {
    margin-right: 0% !important;
  }
  
  .landing-image-5 {
    margin-right: 0% !important;
  }
  
  .landing-image-6 {
    margin-right: 0% !important;
  }
  
  .staff-header img {
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
  }
  
  .drop-in-support .slick-slide {
    padding: 0px 52px 0px 52px;
    text-align: center;
  }

  .drop-in-support .wpcf7-not-valid {
    border-bottom: 1px solid #ff0000 !important;
  }

  .drop-in-support .wpcf7-not-valid-tip {
    display: none;
  }

  .drop-in-support .wpcf7-response-output {
    display: none;
  }

  .new-home .wpcf7-not-valid {
    border-bottom: 1px solid #ff0000 !important;
  }

  .new-home .wpcf7-not-valid-tip {
    display: none;
  }

  .new-home .wpcf7-response-output {
    display: none;
  }

  .contact-form-7 {
    display: flex;
	  flex-wrap: wrap;
  }

  .contact-form-col {
    width: 50%;
	  flex: 0 0 50%;
  }

  .contact-form-col input {
    width: 98%;
    border: none;
    padding: 16px;
    background: #eee;
    color: #999;
    border-radius: 5px;
  }

  .contact-form-col select {
    width: 98%;
    border: none;
    padding: 16px;
    background: #eee;
    color: #999;
    border-radius: 5px;
  }

  .contact-form-col-large {
    margin-top: 16px;
    margin-bottom: 1rem;
  }
  
  .contact-form-col-large textarea {
    padding-top: 20px;
    width: 100%;
    border: none;
    padding: 16px;
    background: #eee;
    color: #999;
    border-radius: 5px;
  }

  .largeinputcontact7 {
    width: 100%;
    border: none !important;
    padding: 16px !important;
    background: #eee !important;
    color: #999 !important;
    border-radius: 5px !important;
  }

  .mathcap {
    border: none !important;
    padding: 16px !important;
    background: #eee !important;
    color: #999 !important;
    border-radius: 5px !important;
  }

  .contactsubmit7 {
    color: #00a8bf;
    padding: 6px 20px;
    border: 1px solid #00a8bf;
    background: transparent;
    font-size: 20px;
    border-radius: 3px;
    transition: ease-in-out 0.3s;
    cursor: pointer;
  }

  .contactsubmit7:hover {
    background: #00a8bf;
    color: #FFFFFF;
    transition: ease-in-out 0.3s;
  }

  .contact-form-7 .wpcf7-not-valid-tip {
    text-align: left;
  }

  #logo {
    height: 100% !important;
    max-height: 100% !important;
  }

  @media only screen and (max-width: 1500px) {
    .landing-background {
      position: absolute;
      height: 1300px;
      width: 1300px;
      max-width: unset;
      margin: -185px 0px 100px -236px;
    }

    .page-id-2850 .landing-background, .page-id-4435 .landing-background {
      position: absolute;
      height: 1110px;
      width: 1100px;
      max-width: unset;
      margin: -195px 0px 100px -196px;
    }
  
    .landing-day {
      width: 100%;
    }

    .new-home .landing-background {
      margin: -199px 0px 100px -235px;
    }

    .home .landing-background {
      margin: -199px 0px 100px -235px;
    }
  }
  
  @media only screen and (max-width: 1440px) {
    .landing-day {
      width: 900px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-fast {
      width: 850px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-arranged {
      width: 850px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-assistance {
      width: 850px !important;
      font-size: 20px;
      line-height: 200%;
    }
  }
  
  @media only screen and (max-width: 1354px) {
    .landing-day {
      width: 900px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-fast {
      width: 850px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-arranged {
      width: 850px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-assistance {
      width: 850px !important;
      font-size: 20px;
      line-height: 200%;
    }
  }
  
  @media only screen and (max-width: 1300px) {
    .landing-day {
      width: 800px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-fast {
      width: 800px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-arranged {
      width: 800px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-assistance {
      width: 800px !important;
      font-size: 20px;
      line-height: 200%;
    }
  }
  
  @media only screen and (max-width: 1250px) {
    .landing-day {
      width: 770px !important;
      font-size: 20px;
      line-height: 200%;
    }
  
    .landing-fast {
      width: 770px !important;
    }
  
    .landing-arranged {
      width: 770px !important;
    }
  
    .landing-assistance {
      width: 770px !important;
    }
  }
  
  @media only screen and (max-width: 1166px) {
    .new-home .et_pb_section_1.et_pb_section {
      padding-bottom: 100px;
    }
    .new-home .et_pb_button_module_wrapper {
      float: unset;
      position: unset;
      left: 0;
      text-align: center;
    }
    .landing-staff {
      margin-top: -110px !important;
    }
    .drop-in-support .et_pb_button_module_wrapper {
      float: unset;
      position: unset;
      left: 0;
      text-align: center;
     }
  
     .landing-contact {
       padding: 1rem;
     }
  }
  
  @media only screen and (max-width: 980px) {
    .wp-image-2772 {
      position: relative;
      width: 100%;
      padding-bottom: 100px;
    }

    .new-home .et_pb_column_3 {
      margin-top: -18px;
      padding: 100px;
    }

    .drop-in-support .et_pb_text_4 {
      padding: 100px
    }

    .new-home .et_pb_text_4 {
      padding: 100px;
    }
    
    .landing-text {
      position: absolute;
      margin: 500px 0px 500px 465px;
      width: 376px;
    }
  
    .drop-in-support .et_pb_section_1.et_pb_section {
      padding-bottom: 163px;
    }
  
    .drop-in-support .et_pb_column_3 {
      padding-bottom: 100px;
      padding-right: 0px;
      padding: 3rem;
    }  
  
    .drop-in-support .et_pb_column_5:before {
      left: 0;
    }
  
    .drop-in-support .et_pb_contact_form_0.et_pb_contact_form_container {
      padding-bottom: 100px;
    }
    
    .drop-in-support .landing-text-staff {
      text-align: left;
      margin-top: -20px;
    }
  
    .drop-in-support h1 {
      padding-bottom: 0%;
    }
  
    .landing-text h1 {
      white-space: nowrap;
    }
  
    .landing-arranged {
      position: relative !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      top: -24px;
    }
  
    .landing-arranged img {
      float: left;
      padding-right: 20px;
      height: 72px;
    }
  
    .landing-day {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
    }
  
    .landing-day img {
      float: left;
      padding-right: 20px;
      height: 72px;
    }
    
    .landing-fast {
      position: relative !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      top: -12px;
      height: 141px;
      line-height: 70.5px;
    }
  
    .landing-fast img {
      float: left;
      padding-right: 20px;
      height: 72px;
    }
  
    .landing-assistance {
      position: relative !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      top: -37px;
    }
  
    .landing-assistance img {
      float: left;
      padding-right: 20px;
      height: 72px;
    }
  
    .landing-contact {
      padding: 1rem;
    }
  
    .landing-new .et_contact_bottom_container {
      float: left;
      margin-left: 3%;
    }
  
    .landing-overflow {
      position: relative;
  
    }
  
    .wp-image-2394 {
      position: relative;
      width: 100%;
      padding-bottom: 100px;
    }
  
    .drop-in-support .et_pb_slider .et_pb_slide_0 {
      min-height: 5vh;
    }
  }
  
  @media only screen and (max-width: 869px) {
    .new-home .et_pb_button_module_wrapper {
      float: unset;
      left: 0;
    }

    .contact-form-7 {
      display: block;
    }

    .contact-form-col {
      width: 100%;
    }

    .contact-form-col:nth-child(2) {
      padding-top: 1rem;
    }

    .contact-form-col input {
      width: 100%;
    }

    .contact-form-col select {
      width: 100%;
    }
  
    .landing-day {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
    }
  
    .landing-day img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  
    .landing-fast {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
      line-height: 150%;
  
    }
  
    .landing-fast img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  
    .landing-arranged {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
    }
  
    .landing-arranged img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  
    .landing-assistance {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
    }
  
    .landing-assistance img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  }
  
  @media only screen and (max-width: 425px) {

    .drop-in-support .et_pb_text_4 {
      padding: 36px;
    }

    .home .landing-text {
      width: min-content;
    }

    .landing-text-staff {
      position: relative;
      top: -20px;
    }

    .new-home .slick-slide {
      padding: 47px;
    }

    .new-home .et_pb_column_3 {
        padding: 36px;
    }

    .new-home .et_pb_button_module_wrapper {
      float: unset;
      right: 0;
      left: 0;
    }

    .new-home .et_pb_text_4 {
        padding: 36px;
    }
  
    .landing-text a {
      padding: 10px;
      border: none;
    }
  
    .drop-in-support .et_pb_column_5:before {
      left: 0;
    }
  
    .drop-in-support .et_pb_column_5 {
      padding-left: 0px;
    }
    
    .drop-in-support .et_pb_section_6.et_pb_section {
      margin-top: -50px;
    }
  
    .eligible-button {
      float: unset !important;
      position: unset !important;
      left: 0% !important;
    }
  
    .landing-day {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
    }
  
    .landing-day img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  
    .landing-fast {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
      line-height: 200%;
    }
  
    .landing-fast img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  
    .landing-arranged {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
    }
  
    .landing-arranged img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  
    .landing-assistance {
      position: unset !important;
      width: 100% !important;
      height: auto;
      padding: 20px;
      border: none;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
    }
  
    .landing-assistance img {
      float: unset !important;
      padding-right: 0px;
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
    }
  
    .landing-staff {
      text-align: center;
    }
  
    .landing-image-1 {
      text-align: center;
    }
  
    .landing-background {
      margin: -198px 0px 100px -243px;
    }
  
    .landing-text {
      position: absolute;
      margin: 485px ​0px 503px 475px;
      width: 300px;
    }

    .page-id-2850 .landing-background, .page-id-4435 .landing-background {
      margin: -198px 0px 100px -193px;
    }
  
    .page-id-2850 .landing-text, .page-id-4435 .landing-text {
      position: absolute;
      margin: 485px 0px 503px 475px;
      width: 300px;
    }
  
    .drop-in-support .landing-text-staff {
      text-align: left;
    }
  
    .drop-in-support .et_pb_column_4 {
      padding: 20px;
    }
    
    .drop-in-support .et_pb_image_1 {
      text-align: center;
   }
    .drop-in-support .et_pb_image_2 {
      text-align: center;
   }
    .drop-in-support .et_pb_image_3 {
      text-align: center;
   }
    .drop-in-support .et_pb_image_4 {
      text-align: center;
   }
    .drop-in-support .et_pb_image_5 {
      text-align: center;
   }
    .drop-in-support .et_pb_image_6 {
      text-align: center;
   }
  
   .drop-in-support .et_pb_button_module_wrapper {
    float: unset;
    position: unset;
    left: 0;
    text-align: center;
   }
  
   .drop-in-support .et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*     grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr; */
   }
  }

  @media only screen and (max-width: 360px) {
    .home .landing-text {
      margin: 436px 0px 500px 463px;
    }

    .home .landing-text a {
      font-size: 18px;
    }

    .home .landing-text h1 {
      white-space: unset;
    }

    .new-home .slick-slide {
      padding: 0px;
    }

    .new-home .landing-text {
      margin: 438px 0px 500px 460px;
    }
    
    .new-home .landing-text h1 {
      white-space: unset;
    }

    .new-home .landing-text a {
      font-size: 18px;
    }
  }

/* Jobs Page */
.page-id-2980 .contact-form-7 span {
  display: inline-block;
  margin-bottom: 10px;
}

.page-id-2980 input[type="file"] {
  border-radius: 5px;
  padding: 16px;
  margin-top: -20px;
  width: 100%;
  text-indent: -999em;
  border: 2px solid #00a8bf;
  background: transparent;
  border-radius: 3px;
  border-style: dashed;
  color: transparent;
}

.page-id-2980 input[type="file"]:before {
  content: attr(data-before);
  text-indent: 0px;
  color: #00a8bf;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.page-id-2980 .wp-image-3015 {
  max-width: unset;
  width: 200%;
  margin: -250px -245px;
  pointer-events: none;
}

.page-id-2980 .et_pb_image_0 {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .page-id-2980 .et_pb_image_0:after {
      content: "";
      width: 200%;
      height: 200%;
      background: url(https://macsinc.org.au/wp-content/uploads/2021/07/Overlay-Macs.png);
      top: -50%;
      right: -52%;
      position: absolute;
      display: inline-table;
      background-size: cover;
      z-index: 100;
      pointer-events: none;
  }
}

@media only screen and (max-width: 980px) {
  .page-id-2980 .et_pb_row_2 {
    flex-direction: column;
  }
  .page-id-2980 .et_pb_image_0:after {
    content: "";
    width: 200%;
    height: 200%;
    background: url(https://macsinc.org.au/wp-content/uploads/2021/07/Overlay-Macs.png);
    top: -50%;
    right: -52%;
    position: absolute;
    display: inline-table;
    background-size: cover;
    z-index: 100;
    pointer-events: none;
  }

  .page-id-2980 .contact-form-7 span {
    width: 100%;
  }
}

@media only screen and (max-width: 869px) {
  .contact-form-col:nth-child(2) {
    padding-top: 0;
  }
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
	top: 0px !important;
	position: fixed !important;
}
.mfp-iframe-holder .mfp-content {
    max-width: 70%;
}
.mfp-iframe-scaler button.mfp-close {
    top: -50px ;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
    top: -50px !important;
}

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
    top: -50px;
}

.video_popup {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.video_popup a:before {
  content: 'play';
  cursor: pointer;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 54.5px);
  z-index: 20;
  background-color: #27a8bf;
  padding: 55px 27px;
  border-radius: 50%;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.video_popup a:after {
    content: 'E';
    cursor: pointer;
    font-family: 'ETmodules';
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 47px);
    z-index: 20;
    background-color: #27a8bf;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_popup.no_icon:before,
.video_popup.no_icon:after {
    display: none!important;
}

.video_popup:not(.no_icon):hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.video_popup:hover a:before {
    opacity: 0;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
}

.video_popup:hover a:after {
    opacity: 1;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
    font-size: 56.5px;
}

@media all and (max-width: 980px) {
    .video_popup a:before {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 10px;
    }
    .video_popup a:after {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 32px;
    }
    .video_popup:hover a:before {
        opacity: 0;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
    }
    .video_popup:hover a:after {
        opacity: 1;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
        font-size: 42px;
    }
}

.newsletter-form {
    display: flex;
    background: #009EB5;
    padding: 30px 50px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.newsletter-col:nth-child(1) {
  max-width: 275px;
}

.newsletter-col:nth-child(1) h2 {
  color: white;
}

.newsletter-col:nth-child(2) {
  max-width: 500px;
  width: 100% !important;
}

.newsletter-col:nth-child(2) .wpcf7-not-valid-tip {
  color: white !important;
}

.newsletter-col:nth-child(2) input {
  background: #058A9D;
  padding: 10px;
  border: 1px solid #058A9D;
  width: 100%;
  border-radius: 3px;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  .newsletter-col:nth-child(2) {
    max-width: 500px;
    width: 100% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.newsletter-col:nth-child(3) input {
  width: 100%;
  background: #058A9D;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: white;
  padding: 10px;
  font-weight: bold;
  position: relative;
  top: 15px;
}

@media only screen and (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-col:nth-child(1) {
    max-width: 275px;
    text-align: center;
  }

  .newsletter-col:nth-child(3) {
    max-width: 500px;
    width: 100% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page-id-2850 .et_pb_column_13 .et_pb_image_wrap img {
  width: 100% !important;
  height: 100% !important;
}

.page-id-2850 .et_pb_column_13 .et_pb_image_wrap {
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
}

@media only screen and (max-width: 1040px) {
  .page-id-2850 .et_pb_column_11 .et_pb_text_7 {
    font-size: 0.9em;
    padding-top: 4% !important;
  }
}


.blog .et_pb_fullwidth_header.et_pb_fullwidth_header_0_tb_body {
  background: url('https://macsinc.org.au/wp-content/uploads/2021/07/MACS-Photos-June-18-1-scaled.jpg') !important;
  background-position: center !important;
}

.postid-3097 .et_pb_fullwidth_header.et_pb_fullwidth_header_0_tb_body {
  background-position: 0% 41%;
}

.postid-3083 .et_pb_fullwidth_header.et_pb_fullwidth_header_0_tb_body {
  background-position: 20% 15%;
}