/*
Theme Name: GTG Theme
Description: Anglican Care Waiapu - GTG Theme.
Author: Quest Marketing Ltd
Template: Avada
Version: 1.0.0
*/
/*@import url("../Avada/style.css");*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

/*a[href$='.pdf'] {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 12px 20px;
    display: inline-block;
    background-color: #42ABA1;
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 0 #fff inset, 0 4px 0 #266d67;
}
a[href$='.pdf']:hover {
    opacity: 0.5;
}*/

/* CUSTOM FONT */

/* HOME PAGE */
.home #main {
  padding-top: 0;
}

/* HEADINGS */
#wrapper .post-content h2 {
  margin-bottom: 20px;
}

/* PAGE TITLES */
.fusion-page-title-bar {
  background-size: cover;
}
/*.post-content h2,
.fusion-column-wrapper h2 {
  font-family: "andalusregular", Times New Roman !important;
  border-bottom: 0px solid #e7e6e6;
  padding-bottom: unset;
  width: auto;
  margin-bottom: 0.2em;
}*/
.fusion-page-title-bar .fusion-page-title-row h1 {
  padding-left: 4px;
}
.fusion-page-title-bar {
  margin-bottom: 40px;
}
.fusion-page-title-bar h3 {
  font-style: italic !important;
}

/* Footer */
.footer-logo {
  width: 320px;
  padding-right: 20px;
}
.footer-text {
  display: inline;
  float: right;
  padding-top: 18px;
}
footer .fusion-column.col-lg-6.col-md-6.col-sm-6:first-of-type {
  width: 35%;
}
footer .fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
  width: 65%;
}

/* CONTACT PAGE */
.btn-feedback button.ubtn {
  font-size: 16px !important;
}

/* ACF FOOTER WIDGETS */
.fusion-footer-widget-area .widget-title {
  text-transform: capitalize;
}
.fusion-footer ul.contact_info .contact {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.fusion-footer ul.contact_info .contact-icon {
  display: inline-block;
  margin-right: 20px;
  float: left;
  text-align: center;
}
.fusion-footer ul.contact_info .contact-icon i {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #3caba1;
  height: 40px;
  width: 40px;
}
.fusion-footer ul.contact_info .contact-content {
  display: inline-block;
  float: left;
}

#custom_html-4 .textwidget.custom-html-widget {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.fusion-footer .address_info {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  width: 50%;
  flex-direction: row;
}
.fusion-footer .address_info .address-icon {
  display: inline-block;
  margin-right: 20px;
  float: left;
  text-align: center;
}
.fusion-footer .address_info .address-icon i {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #3caba1;
  height: 40px;
  width: 40px;
}
.fusion-footer .address_info .address-content {
  display: inline-block;
  float: left;
}
.fusion-footer .address_map img {
  /*border-radius: 4px;*/
  border: 4px solid #3caba1;
  /*max-width: 90%;*/
}
footer section.widget_media_image img {
  border: 4px solid #3caba1;
}

.fusion-footer .hours_table {
  width: 100%;
}
.fusion-footer .hours_table td {
  padding: 4px 0;
}

.acf-map {
  width: 90%;
  height: 200px;
  border: #ccc solid 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

button.ubtn {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px !important;
}

.post-content a,
.post-content a:visited {
  /*border-bottom: 1px dotted;*/
  text-decoration: underline;
  color: #3caba1;
}
.post-content a:hover {
  color: #2b7b74;
}

.post-content hr,
.property_content hr {
  background: none repeat scroll 0 0 #e0dede;
  border: 0 none;
  display: block;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* Gravity Forms */
#gform_1 .gform_fields input {
  padding: 8px 16px;
  height: 50px;
  border-radius: 0px;
  background-color: #f7f7f7;
}
#gform_1 textarea {
  border-radius: 0px;
  background-color: #f7f7f7;
  padding: 14px 16px;
}
.button.default,
.fusion-body #main .gform_wrapper .button,
.fusion-body #main .gform_wrapper .gform_button,
.fusion-body #main .gform_wrapper .gform_footer .gform_button,
.fusion-button-default {
  box-shadow: none !important;
}

/* Contact Page */
.contact-list li .icon_list_icon {
  width: 1.4em !important;
  height: 1.4em !important;
  line-height: 1.4em !important;
}
.contact-list li .icon_description {
  height: 1.4em !important;
}
.contact-list .smile_icon_list li.icon_list_item {
  min-height: 0.4em !important;
}

/* HEADING TWEAKS */
.fusion-title.sep-underline {
  border-bottom: 0 solid #e7e6e6;
  padding-bottom: 0;
}

/* WPDM Buttons */
.wpdm-button-custom {
  margin-bottom: 20px;
}
.w3eden .btn {
  white-space: unset;
}

.fusion-mobile-menu-icons {
  padding-top: 16px;
}
.fusion-mobile-menu-icons a {
  font-size: 30px;
}
@media only screen and (max-width: 520px) {
  .fusion-standard-logo {
    max-height: 44px !important;
    margin-top: 0px;
  }
  .fusion-mobile-menu-icons {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1170px) {
  .fusion-standard-logo {
    max-height: 50px !important;
    margin-top: 10px;
  }
}

@media only screen and (max-device-width: 640px) {
  #content {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 901px) {
  .fusion-page-title-bar::before {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(transparent)
    );
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, transparent);
    content: "";
    width: 100%;
    height: 100%;
    max-height: 400px;
    position: absolute;
    left: 0;
  }
}

/* LINKED PANELS CSS */
#lp_container.vc_lp {
  width: 100%;
  margin-bottom: 4%;
  margin-right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
#lp_container.vc_lp .lp_title span h3 {
  color: #fff;
  font-style: normal !important;
}
#lp_container.vc_lp .lp_title {
  bottom: 0;
}
.wpb_widgetised_column .lp_box:nth-of-type(3n) #lp_container {
  margin-right: 0 !important;
}
.wpb_widgetised_column #lp_container {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.wpb_widgetised_column .lp_title span h3 {
  color: #fff;
  font-style: normal !important;
}
.wpb_widgetised_column .lp_title {
  bottom: 0px;
}
.page-id-456 .lp_box:nth-of-type(3n) #lp_container {
  margin-right: 1% !important;
}
.page-id-456 div.lp_box:last-of-type #lp_container {
  margin-right: 0 !important;
}
#custom_content.full-width div.lp_box:last-of-type .lp_background {
  margin-right: 0;
}
#custom_content.full-width div.lp_box:nth-child(3n + 0) .lp_background {
  margin-right: 0;
}
#lp_container {
  float: left;
  height: 180px;
  margin-bottom: 1%;
  margin-right: 1%;
  position: relative;
  width: 32.66%;
}
.lp_background {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.lp_title {
  position: absolute;
  display: block;
  width: 100%;
  background: #422e5d;
  bottom: 10px;
  left: 0;
  text-align: center;
}
.lp_title > span {
  display: block;
  color: #fff;
  padding: 4px 0;
  margin: 0;
}
.lp_span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.lp_span:hover {
  background: #fff;
  opacity: 0.5;
}
.lp_title span h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 450px) {
  #lp_container {
    height: 120px;
    margin-right: 0%;
    width: 100%;
  }
}
@media only screen and (min-width: 451px) and (max-width: 767px) {
  #lp_container {
    height: 150px;
    margin-right: 1%;
    width: 49%;
  }
  #custom_content.full-width div.lp_box:nth-child(3n) .lp_background {
    margin-right: 1%;
  }
}
