/*
Theme Name: Community Options v2
Theme URI: https://www.liquidcommunications.com.au
Version: 2.0
Description: Community Options theme
Author: Liquid Communications
Author URI: https://www.liquidcommunications.com.au
template: bb-theme
*/
html.zoom-1 body {
  transform: scale(1.1);
  transform-origin: 50% 0;
}
html.zoom-2 body {
  transform: scale(1.2);
  transform-origin: 50% 0;
}
html.zoom-3 body {
  transform: scale(1.3);
  transform-origin: 50% 0;
}

body {
  /* Page Navigation */
  /* Contact */
}
body header #header-elements .fl-html {
  display: flex;
  color: #9C9D9F;
  height: 40px;
  align-items: center;
  justify-content: flex-end;
}
body header #header-elements .fl-html #header-phone {
  color: #2c569a;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 20px;
}
body header #header-elements .fl-html #header-phone a {
  color: #2c569a;
}
body header #header-elements .fl-html .breaker {
  display: none !important;
}
body header #header-elements .fl-html #translate {
  margin-right: 20px;
}
body header #header-elements .fl-html #translate #gtranslate_selector {
  border: 1px solid #9C9D9F;
  border-radius: 10px;
  padding: 10px;
  max-width: 110px;
  font-size: 14px;
  height: 42px;
}
body header #header-elements .fl-html #screen-zoom {
  border: 1px solid #9C9D9F;
  padding: 0 10px;
  border-radius: 10px;
  margin-right: 0;
  height: 42px;
  line-height: 42px;
}
body header #header-elements .fl-html #screen-zoom a {
  color: #9C9D9F;
  font-weight: 400;
}
body header #header-elements .fl-html #screen-zoom a:hover {
  color: #2c569a;
}
body header #header-elements .fl-html .button {
  display: block;
  height: 42px;
  border: 1px solid #9C9D9F;
  border-radius: 10px;
  padding: 0 10px;
  color: #9C9D9F;
  font-size: 14px;
  line-height: 42px;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
body header #header-elements .fl-html .button:hover {
  background: #2c569a;
  color: #ffffff;
  border-color: #2c569a;
}
body header #header-elements .fl-html .search {
  margin-right: 20px;
}
body header #header-elements .fl-html .search input {
  border: none;
  height: 34px;
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  color: #9C9D9F;
  background: white;
}
body header #header-elements .fl-html .search button {
  background: transparent;
  border: none;
  border-radius: 0;
  height: 34px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  color: #9C9D9F;
}
body header #header-elements .fl-html .search-wpb {
  position: relative;
}
body header #header-elements .fl-html .search-wpb .fa-search {
  color: #666666;
  font-weight: 900;
}
body header #header-elements .fl-html .search-wpb .fa-search:hover,
body header #header-elements .fl-html .search-wpb .fa-search:focus {
  color: #999999;
  text-decoration: none;
}
body header #header-elements .fl-html .wpbsearchform {
  display: block;
  width: 400px;
  position: absolute;
  right: 0;
  top: 110%;
  z-index: 9999;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  padding: 5px 10px;
}
body header #header-elements .fl-html .wpbsearchform form input:focus {
  color: #555;
}
body header #header-elements .fl-html .wpbsearchform input[type=search] {
  border-radius: 0;
}
body header #header-elements .fl-html .wpbsearchform ::-moz-placeholder {
  color: #999 !important;
  font-weight: 300;
  opacity: 1;
}
body header #header-elements .fl-html .wpbsearchform ::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 300;
}
body header nav.ubermenu .ubermenu-nav .ubermenu-target:focus {
  border: none;
  outline: none !important;
}
body header nav.ubermenu .ubermenu-nav > .ubermenu-item:last-child .ubermenu-target {
  padding-right: 0;
}
body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-flyout > .ubermenu-submenu.ubermenu-submenu-drop {
  padding-top: 20px;
  margin-left: 30px;
  box-shadow: none;
}
body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-flyout > .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-target {
  font-size: 20px;
  color: #2c569a;
  padding: 10px 0 !important;
}
body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-flyout > .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-target:hover {
  color: #404041;
}
body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-flyout > .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-current-menu-item .ubermenu-target {
  color: #404041;
}
body header nav.ubermenu .ubermenu-item > .ubermenu-target > .ubermenu-target-title {
  padding-top: 4px;
  border-bottom: 4px solid transparent;
}
body header nav.ubermenu .ubermenu-item.ubermenu-active > .ubermenu-target > .ubermenu-target-title, body header nav.ubermenu .ubermenu-item.ubermenu-current-menu-item > .ubermenu-target > .ubermenu-target-title, body header nav.ubermenu .ubermenu-item:hover > .ubermenu-target > .ubermenu-target-title, body header nav.ubermenu .ubermenu-item.ubermenu-current-page-ancestor > .ubermenu-target > .ubermenu-target-title {
  border-bottom-color: #2c569a;
  color: #2c569a !important;
}
body header nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-current_page_parent > .ubermenu-target {
  color: #2c569a;
}
body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-mega .ubermenu-item .ubermenu-target.header .ubermenu-target-title {
  line-height: 1.2em;
}
body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-mega .ubermenu-item .ubermenu-target.header:hover .ubermenu-target-title {
  color: #404041;
}
body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-mega .ubermenu-item .ubermenu-target:not(.header):hover {
  color: #2c569a;
}
body header nav.ubermenu .ubermenu-item .ubermenu-item .ubermenu-target {
  font-weight: bold;
}
body header nav.ubermenu .ubermenu-item.light-blue {
  padding: 0;
  margin: 0 20px;
  width: calc(33% - 40px);
  border-bottom: 4px solid #44A6DF;
}
body header nav.ubermenu .ubermenu-item.green {
  padding: 0;
  margin: 0 20px;
  width: calc(33% - 40px);
  border-bottom: 4px solid #96C34D;
}
body header nav.ubermenu .ubermenu-item.grey {
  padding: 0;
  margin: 0 20px;
  width: calc(33% - 40px);
  border-bottom: 4px solid #6E6E6F;
}
body header nav.ubermenu .ubermenu-item.blue {
  padding: 0;
  margin: 0 20px;
  width: calc(33% - 40px);
  border-bottom: 4px solid #2c569a;
}
body header nav.ubermenu .ubermenu-item a.header .ubermenu-target-title {
  font-size: 20px;
  font-weight: bold;
  color: #2c569a;
}
body a {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body .main-page-header {
  position: relative;
  overflow: hidden;
}
body .main-page-header:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: url('data:image/svg+xml,<svg width="996" height="421" viewBox="0 0 996 421" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.6"><mask id="mask0_2401_79" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="0" width="997" height="421"><path d="M995.434 0H-1V420.176H995.434V0Z" fill="white"/></mask><g mask="url(%23mask0_2401_79)"><path d="M299.417 1085.25L-356.849 428.764C-376.533 409.074 -376.533 376.84 -356.849 357.134L-289.552 289.83C-269.868 270.14 -237.645 270.14 -217.962 289.83L438.305 946.317C458.003 966.007 458.003 998.241 438.305 1017.93L371.022 1085.25C351.339 1104.94 319.101 1104.94 299.417 1085.25Z" fill="%2353A9DD"/><path d="M628.915 1002.93L-113.336 260.433C-133.02 240.743 -133.02 208.509 -113.336 188.819L-46.0541 121.498C-26.3707 101.808 5.86775 101.808 25.5511 121.498L767.787 863.999C787.485 883.689 787.485 915.923 767.787 935.613L700.505 1002.93C680.821 1022.62 648.583 1022.62 628.899 1002.93" fill="%2329569B"/><path d="M630.233 590.992L234.45 195.075C214.766 175.385 214.766 143.151 234.45 123.446L301.732 56.141C321.431 36.451 353.654 36.451 373.337 56.141L769.12 452.058C788.804 471.748 788.804 503.981 769.12 523.687L701.838 590.992C682.139 610.682 649.916 610.682 630.233 590.992Z" fill="%238CC340"/></g></g></svg>');
  z-index: 1;
}
body .main-page-header > .fl-row-content-wrap {
  padding-bottom: 100px;
}
body .main-page-header > .fl-row-content-wrap .fl-row-content {
  position: relative;
  z-index: 5;
}
body .main-page-header .fl-module-heading {
  width: 100%;
  max-width: 640px;
}
body #fl-main-content .fl-callout-photo-above-title .fl-callout-content .fl-callout-title a {
  text-decoration: none;
}
body #fl-main-content .fl-callout-photo-above-title .fl-callout-content .fl-callout-title, body #fl-main-content .fl-callout-photo-above-title .fl-callout-content .fl-callout-text-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
body .fl-col-group-equal-height .fl-col-content .fl-module.full-height {
  display: flex;
  height: 100%;
}
body #page-navigation {
  z-index: 10;
  position: relative;
  background: white;
}
body #page-navigation .sticky-wrapper {
  width: 100%;
  background: white;
}
body #page-navigation .sticky-wrapper .fl-row-content-wrap {
  background: white;
  z-index: 90;
}
body #page-navigation .sticky-wrapper.is-sticky .fl-row-content-wrap {
  padding-bottom: 0;
}
body #page-navigation .fl-button-wrap.active .fl-button .fl-button-text {
  color: #2c569a;
}
body div.fl-builder-content .fl-module-rich-text a {
  text-decoration: underline;
}
body .team-listing .fl-post-grid-post {
  border: none;
  background: transparent;
}
body .team-listing .team-wrapper .uabb-post-thumbnail img {
  border-radius: 30px;
}
body .team-listing .team-wrapper .content-wrap {
  padding: 20px 30px;
}
body .team-listing .team-wrapper .content-wrap p a.trigger-reveal {
  color: #414042;
  text-decoration: underline;
}
body .news-listing .fl-post-grid-post .fl-post-grid-image {
  height: 186px;
  overflow-y: hidden;
  position: relative;
}
body .news-listing .fl-post-grid-post .fl-post-grid-image img {
  position: absolute;
  top: 0;
}
body .useful-links.fl-module-info-list .uabb-info-list .uabb-info-list-wrapper {
  width: 100%;
}
body .useful-links.fl-module-info-list .uabb-info-list .uabb-info-list-item .uabb-info-list-content-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #404041;
  text-align: left;
}
body .useful-links.fl-module-info-list .uabb-info-list .uabb-info-list-item .uabb-info-list-content-wrapper .uabb-info-list-title {
  border-bottom: 1px solid #2c569a;
  display: inline-block;
  line-height: 1.1em;
}
body .useful-links.fl-module-info-list .uabb-info-list .uabb-info-list-item:first-child .uabb-info-list-content-wrapper {
  padding-top: 20px;
  border-top: 1px solid #404041;
}
body .filters form ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}
body .filters form ul li.sf-field-search {
  position: relative;
  width: 100%;
  max-width: 50%;
  margin-bottom: 10px;
  display: inline-block;
}
body .filters form ul li.sf-field-search label, body .filters form ul li.sf-field-search input {
  width: 100%;
  border-radius: 0;
}
body .filters form ul li.sf-field-search input {
  font-weight: normal;
  padding: 10px;
}
body .filters form ul li.sf-field-reset {
  width: 100%;
  text-align: left;
  display: inline-block;
  max-width: 50%;
  padding-left: 20px;
}
body .filters form ul li.sf-field-category {
  width: 100%;
  padding: 0;
  display: block;
}
body .filters form ul li.sf-field-category input {
  display: none;
}
body .filters form ul li.sf-field-category li {
  display: inline-block;
  margin-right: 10px;
}
body .filters form ul li.sf-field-category label {
  color: #6E6E6F;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #6E6E6F;
  font-weight: normal;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
body .filters form ul li.sf-field-category label .sf-count {
  font-weight: bold;
}
body .filters form ul li.sf-field-category label:hover {
  cursor: pointer;
  color: #ffffff;
  background: #2c569a;
  border-color: #2c569a;
}
body .filters form ul li.sf-field-category li.sf-option-active label {
  text-decoration: none;
  color: #ffffff;
  background: #2c569a;
  border-color: #2c569a;
}
body #news-results .post-grid .post-item {
  padding: 20px 15px 20px 15px;
}
body #news-results .post-grid .post-item h3, body #news-results .post-grid .post-item h2 {
  margin-top: 10px;
}
body #news-results .post-grid .post-item h3 a, body #news-results .post-grid .post-item h2 a {
  color: #2c569a;
}
body #news-results .post-grid .post-item.large {
  max-width: 50%;
}
body #news-results .post-grid .post-item.large .inner-wrapper .post-image-wrapper a {
  height: 284px;
}
body #news-results .post-grid .post-item.small {
  max-width: 33.3%;
}
body #news-results .post-grid .post-item.small .inner-wrapper .post-image-wrapper a {
  height: 184px;
}
body #news-results .post-grid .post-item.small h3 {
  font-size: 22px;
}
body #news-results .post-grid .post-item .inner-wrapper {
  padding: 0;
  border-radius: 0 0 30px 30px;
  border: 1px solid #6E6E6F;
  overflow: hidden;
  background: white;
  width: 100%;
}
body #news-results .post-grid .post-item .inner-wrapper .post-image-wrapper {
  text-align: center;
}
body #news-results .post-grid .post-item .inner-wrapper .post-image-wrapper a {
  display: block;
  width: 100%;
}
body #news-results .post-grid .post-item .inner-wrapper .blog-content {
  padding: 20px 30px;
}
body #news-results .post-grid .post-item .inner-wrapper .link a {
  text-decoration: underline;
}
body #news-results .post-grid .post-item .inner-wrapper .link a:hover {
  text-decoration: none;
}
body #news-results .post-grid .post-item .inner-wrapper .meta {
  font-size: 16px;
  text-transform: uppercase;
}
body.single-post .featured-image .wp-post-image {
  border-radius: 30px;
}
body.single-post .fl-col.to-stick .fl-col-content {
  border: 1px solid #6E6E6F;
  border-radius: 30px;
  background: white;
}
body.single-post .fl-col.to-stick #sticky-wrapper.is-sticky {
  z-index: 10;
}
body.single-post .fl-widget .widget .widgettitle {
  font-size: 18px;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body h2.gsection_title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 10px;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio {
  padding-left: 0;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio input[type=radio] {
  display: none;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio label {
  padding: 20px !important;
  font-weight: bold;
  float: none;
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  margin: 0;
  display: block;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
  cursor: pointer;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: center !important;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #9C9D9F;
  width: 100%;
  max-width: 100%;
  color: #2c569a;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio li,
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio div {
  display: block;
  flex: 1;
  margin: 0 10px;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio li:first-child,
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio div:first-child {
  margin-left: 0;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio li:last-child,
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio div:last-child {
  margin-right: 0;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio label:hover,
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield_radio input[type=radio]:checked + label {
  background: #2c569a !important;
  color: #ffffff !important;
  border-color: #2c569a;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield .ginput_container_text input,
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield .ginput_container_email input,
body .uabb-gf-style.uabb-gf-form-style1 .gform_body .gfield .ginput_container_phone input {
  max-width: 520px;
}
body .uabb-gf-style.uabb-gf-form-style1 .gform_footer input[type=submit] {
  font-weight: bold;
}
body .subcontractor-login {
  padding: 20px 0 0 0;
}
body .subcontractor-login form input[type=email], body .subcontractor-login form input[type=password] {
  width: 100%;
  padding: 15px;
  max-width: 520px;
  border: 1px solid #6e6e6f;
  border-radius: 10px;
  margin-bottom: 10px;
}
body .subcontractor-login form input[type=submit] {
  font-weight: bold;
  color: white;
  background-color: #2c569a;
  border-radius: 10px;
  border: none;
  padding: 15px;
  min-width: 250px;
  margin-top: 10px;
}
body footer #footer-top .fl-rich-text p {
  margin-bottom: 0;
}
body footer #footer-top #footer-newsletter #gform_3 {
  display: flex;
}
body footer #footer-top #footer-newsletter .gform_footer {
  max-width: 35px;
  margin-left: -40px;
  border: none;
}
body footer #footer-top #footer-newsletter .gform_footer button[type=submit] {
  border: none;
  border-left: 1px solid rgb(65, 64, 66);
  border-radius: 0;
  background: none;
  height: 52px;
  width: 40px;
}
body footer #menu-footer-menu {
  display: flex;
  justify-content: space-between;
}
body footer #menu-footer-menu > .menu-item {
  width: 25%;
  flex-basis: 25%;
  flex-grow: 1;
  margin: 0 20px;
}
body footer #menu-footer-menu > .menu-item a {
  font-weight: bold;
  font-size: 18px;
  padding-left: 0;
  padding-bottom: 0;
}
body footer #menu-footer-menu > .menu-item.fl-has-submenu .sub-menu {
  display: block !important;
  flex: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  min-width: unset;
}
body footer #menu-footer-menu > .menu-item.fl-has-submenu .sub-menu li {
  padding: 0;
}
body footer #menu-footer-menu > .menu-item.fl-has-submenu .sub-menu li a {
  padding: 5px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}

@media screen and (max-width: 1245px) {
  body header nav.ubermenu .ubermenu-row.limit-menu-width {
    margin-right: 50px;
  }
}
@media screen and (min-width: 991px) {
  header {
    position: relative;
    z-index: 100;
  }
  #drop-menu-bg {
    background: white;
    position: fixed;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1180px;
    opacity: 0;
    z-index: 50;
    transition: opacity 0.4s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #drop-menu-bg.active {
    opacity: 1;
    min-height: 200px;
    top: 100px;
  }
}
@media screen and (max-width: 990px) {
  h1 {
    font-size: 32px;
  }
  body header #header-elements .fl-html {
    display: block;
    text-align: center;
    height: auto;
  }
  body header #header-elements .fl-html .breaker {
    display: block !important;
    padding-top: 10px;
  }
  body header #header-elements .fl-html #header-phone {
    display: inline-block;
    margin-right: auto;
    font-weight: 700;
  }
  body header #header-elements .fl-html .search {
    display: block;
    width: auto;
    margin-right: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  body header #header-elements .fl-html .wpbsearchform {
    width: 350px;
    top: 150%;
  }
  body header #header-elements .fl-html #translate, body header #header-elements .fl-html #screen-zoom {
    display: inline-block;
  }
  body header #header-elements .fl-html .button.login {
    max-width: 100%;
    display: inline-block;
  }
  body header nav.ubermenu .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 0;
    padding-right: 0;
  }
  body header nav.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    padding-left: 0;
    padding-right: 0;
  }
  body header nav.ubermenu .ubermenu-item.light-blue, body header nav.ubermenu .ubermenu-item.green, body header nav.ubermenu .ubermenu-item.grey, body header nav.ubermenu .ubermenu-item.blue {
    margin: 0 0 20px 0;
    min-height: unset;
  }
  body header nav.ubermenu .ubermenu-item.ubermenu-has-submenu-flyout > .ubermenu-submenu.ubermenu-submenu-drop {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  body header .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    font-size: 16px;
    text-align: center;
  }
  body #home-header .fl-module-callout .fl-module-content {
    margin-left: 0;
    padding-left: 20px;
    margin-right: 20px;
  }
  body #home-header .fl-module-callout .fl-module-content .fl-callout-left {
    display: block;
  }
  body #home-header .fl-module-callout .fl-module-content .fl-callout-left .fl-callout-content {
    display: block;
    flex: 0;
  }
  body #home-header .fl-module-callout .fl-module-content .fl-callout-left .fl-callout-content .fl-callout-title {
    padding-left: 0;
  }
  body #home-header .fl-module-callout .fl-module-content .fl-callout-left .fl-callout-content .fl-callout-text-wrap {
    text-align: left;
  }
  body #home-header .fl-module-callout .fl-module-content .fl-callout-left.fl-callout-icon-right .fl-icon {
    padding-left: 0;
  }
  body #sticky-wrapper .fl-row-content-wrap {
    padding-top: 0;
  }
  body footer #menu-footer-menu {
    display: block;
  }
  body footer #menu-footer-menu > .menu-item {
    margin-left: 0;
    width: 100%;
    padding-right: 10px;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  body .news-listing .fl-post-grid-post .fl-post-grid-image {
    height: 180px;
  }
  body .news-listing .fl-post-grid-post .fl-post-grid-image img {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  body #news-results .post-grid .post-item.large, body #news-results .post-grid .post-item.small {
    max-width: 100%;
  }
  body.single-post .fl-col.to-stick .fl-col-content {
    margin: 20px;
  }
  body .news-listing .fl-post-grid-post .fl-post-grid-image {
    height: 280px;
  }
  body .news-listing .fl-post-grid-post .fl-post-grid-image img {
    position: absolute;
    top: -50%;
  }
  body footer #footer-top #footer-newsletter #gform_3 {
    display: flex;
    width: 100%;
  }
  body footer #footer-top #footer-newsletter #gform_3 .gform_body {
    width: 100%;
    margin-left: 20px;
  }
  body footer #footer-top #footer-newsletter #gform_3 .gform_footer button[type=submit] {
    height: 64px;
  }
}
@media screen and (max-width: 480px) {
  body .news-listing .fl-post-grid-post .fl-post-grid-image {
    height: auto;
    max-height: 180px;
  }
  body .news-listing .fl-post-grid-post .fl-post-grid-image img {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 399px) {
  body header #header-elements .fl-html #translate, body header #header-elements .fl-html #screen-zoom {
    display: inline-block;
    margin-right: 10px;
  }
  body header #header-elements .fl-html .button.login {
    max-width: 100%;
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
