/**
 * Theme Name: IconDigital2021
 * Theme URI: https://icondigitalmedia.com.au
 * Description: Icon Digital Framework
 * Version: 2.0
 * Author: iconDigital
 * Author URI: https://icondigitalmedia.com.au
 */

/* Contents:
 * 1. General CSS
 * 2. Header CSS
 * 3. Nav CSS
 * 4. Hero CSS
 * 5. Other CSS
 * 6. Stripe CSS
 * 7. Media Queries
 */


.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    margin-top: 0.5rem;
    border: 1px solid #bbb;
    padding: 1rem 1rem;
    box-sizing: border-box;
}

.wpcf7 input {
    min-height: 45px;
}

input.wpcf7-submit {
    cursor: pointer;
    background: #0a64a1;
    color: #FFF;
    font-size: 1.5rem;
    border: 0;
    font-family: inherit;
}

.wpcf7-submit:hover {
    background: #1073b6;
}

.wpcf7-submit:active {
    background: #0b5384;
}

.wpcf7 form.sent .wpcf7-response-output {
    padding: 1.5rem;
    text-align: center;
    background: rgb(70 180 80 / 10%);
    color: #389740;
}

/* General CSS ===== */

.uk-slideshow .uk-overlay-panel > div {
  max-width: 720px;
}

#section-logos .stripe {
  box-shadow: 0px 12px 36px rgb(0 0 0 / 10%);
  position: relative;
  z-index: 1;
}

body {
  background: #ffffff;
}

#section-services .uk-panel-box {
  border-bottom-left-radius: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.uk-button {
  border-radius: 40px;
}

.cta__section .uk-button {
  background: #e4322b;
}

.veus__panel {
  width: 100%;
  max-width: 30rem;
  margin: auto;
  padding: 8rem 1rem;
  box-sizing: border-box;
}

.logos__panel {
  background: url("/wp-content/themes/icondigital2021/images/accred-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  border-bottom-left-radius: 40px;
}

.logos__panel__container {
  width: 100%;
  max-width: 40rem;
  margin: auto;
  padding: 8rem 0;
}

.veus__header:before {
  content: "";
  width: 77px;
  height: 42px;
  background: url("/wp-content/themes/icondigital2021/images/veus-icon.png");
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.text-center {
  text-align: center !important;
}

.text-center.veus__header:before {
  margin-left: auto;
  margin-right: auto;
}

/* Header CSS ===== */

.headerbar {
  background: #ffffff;
  padding: 12px 0px;
}
.tm-logo figure {
  margin: 0;
}

.headerbar-widget {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 85px;
}

.headerbar__phone__callus,
.headerbar__phone__number {
  display: inline-block;
}

.textwidget.custom-html-widget {
  display: flex;
  flex-flow: row;
}

.headerbar__phone {
  margin-left: 4rem;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "headerbar__phone__icon headerbar__phone__callus"
    "headerbar__phone__icon headerbar__phone__number";
}

.headerbar__phone__icon {
  grid-area: headerbar__phone__icon;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
}

.headerbar__phone__callus {
  grid-area: headerbar__phone__callus;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.headerbar__phone__number {
  grid-area: headerbar__phone__number;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.headerbar__phone__number {
  font-size: 28px;
  font-weight: bold;
  color: #0a64a1;
}

.headerbar__phone__callus {
  font-size: 17px;
  font-weight: lighter;
}

.headerbar__phone__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerbar__phone__icon i {
  font-size: 64px;
  text-align: center;
  color: #0a64a1;
  margin: auto;
  line-height: 0;
  margin-right: 12px;
}

.cta__section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto;
}

.cta__number {
  font-size: 32px;
  font-weight: bold;
  margin-right: 1rem;
}

.cta__section .uk-button {
  margin-left: 1rem;
}

.accreditations__grid {
  margin-top: 44px;
}

.accreditations__grid .uk-grid-margin {
  margin-top: 64px;
}

#section-contact .frm_forms {
  max-width: 540px;
  margin: 4rem auto;
  padding: 3rem;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
}

.tm-footer .uk-panel {
  padding: 32px 16px;
}

.tm-footer .uk-panel p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

#tm-footer .widget_nav_menu li a {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
  padding: 0px 16px;
}

#tm-footer .widget_nav_menu .uk-subnav li:before {
  display: none;
}

/* Nav CSS =====  */

.tm-navbar {
  border-top: 1px solid #f5f5f5;
}

.tm-nav {
  width: 100%;
}

.uk-navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.uk-navbar-nav > li > a {
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Roboto";
  letter-spacing: 0;
  color: #66708d;
  font-weight: 400;
}

/* Hero CSS ===== */

.uk-overlay-background {
  background: rgb(9 17 58 / 13%);
}
#section-hero .veus__header {
  color: #fff;
  text-shadow: 0 2px 16px black;
}
.main-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-hero-text {
  position: absolute;
  z-index: 2;
}
.main-hero-text h1 {
  color: white;
  width: 100%;
}
.main-hero-text p {
  color: #ffffff;
}

/* Responsive live image fix */
@media screen and (max-width: 700px) {
  .main-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .main-hero img {
    min-height: 200px;
    display: table;
    min-width: 1000px !important;
    max-height: 220px;
    margin: auto !important;
    margin-left: -60% !important;
  }
}

/* Other CSS ===== */

.uk-overlay-background .uk-button {
  background: #e4322b !important;
  color: #fff !important;
}

.uk-overlay-background .uk-button-primary {
  background: #0a64a1 !important;
  color: #fff !important;
}

.text-content {
  margin: auto;
}

#section-services .uk-panel .uk-button {
  background: #66708d;
}

#tm-footer {
  background: #000000;
  color: #ffffff;
}

#copyright-footer {
  background: #000000;
  color: #ffffff;
}

#copyright-footer {
  text-align: center;
  font-size: 14px;
}
#copyright-footer p {
  margin: 0 0 10px 0;
}

.text-large {
  font-size: 21px;
  line-height: 1.5;
}

.home .check-hero {
  column-count: 1;
}

/* .check-hero > li:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #0a64a1;
  font-size: 20px;
  line-height: 0px;
  margin-top: 4px;
} */

.check-hero > li:after {
  content: "";
  width: 64px;
  height: 1px;
  background: #c3cbe4;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 16px;
}

.home .check-hero > li {
  column-count: 1;
  font-size: 14px;
}

.check-hero > li {
  list-style: none;
  font-size: 19px;
  line-height: 36px;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .check-hero {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .check-hero {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }
}

@media screen and (max-width: 960px) {
  .check-hero {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
  }
}

/* ===== STRIPE CSS ================================================================================================== */

.fixed-image {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.image-side {
  background-position: center center;
  background-size: cover;
  max-height: 690px;
  height: 100vh;
}
.stripe {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

/* =-=-=-= Stripe WHITE Styling =-=-=-= */
.stripe.white {
  background-color: #fff;
  color: #66708d;
  border-bottom: 0px !important;
}
.stripe.white h1,
.stripe.primary h2,
.stripe.primary h3,
.stripe.primary h4,
.stripe.primary h5 {
  color: #66708d;
}
/*.stripe.white a { color: #333; }*/

/* =-=-=-= Stripe PRIMARY Styling =-=-=-= */
.stripe.primary {
  background-color: #0a64a1;
  color: #ffffff;
  border-bottom: 0px !important;
}
.stripe.primary h1,
.stripe.primary h2,
.stripe.primary h3,
.stripe.primary h4,
.stripe.primary h5 {
  color: #ffffff;
}
.stripe.primary a {
  color: #ffffff;
}

/* =-=-=-= Stripe SECONDARY Styling =-=-=-= */
.stripe.secondary {
  background-color: #e4322b;
  color: #ffffff;
  border-bottom: 0px !important;
}
.stripe.secondary h1,
.stripe.secondary h2,
.stripe.secondary h3,
.stripe.secondary h4,
.stripe.secondary h5 {
  color: #ffffff;
}
.stripe.secondary a {
  color: #ffffff;
}

/* =-=-=-= Stripe TERTIARY Styling =-=-=-= */
.stripe.tertiary {
  background-color: #66708d;
  color: #ffffff;
  border-bottom: 0px !important;
}
.stripe.tertiary h1,
.stripe.tertiary h2,
.stripe.tertiary h3,
.stripe.tertiary h4,
.stripe.tertiary h5 {
  color: #ffffff;
}
.stripe.tertiary a {
  color: #ffffff;
}

/* =-=-=-= Stripe DARK Styling =-=-=-= */
.stripe.dark {
  background-color: #0f212b;
  color: #ffffff;
  border-bottom: 0px !important;
}
.stripe.dark h1,
.stripe.dark h2,
.stripe.dark h3,
.stripe.dark h4,
.stripe.dark h5 {
  color: #ffffff;
}
.stripe.dark a {
  color: #ffffff;
}

/* =-=-=-= Stripe LIGHT Styling =-=-=-= */
.stripe.light {
  background-color: #eff0f1;
  color: #66708d;
  border-bottom: 0px !important;
}
.stripe.light h1,
.stripe.light h2,
.stripe.light h3,
.stripe.light h4,
.stripe.light h5 {
  color: #66708d;
}
/*.stripe.light a { color: #222; }*/

/* =-=-=-= Stripe GRADIENT Styling =-=-=-= */
.stripe.gradient {
  background: #ff1a46;
  background: -webkit-linear-gradient(left, #ff1a46, #ff1d2e, #ff4c1a);
  background: -moz-linear-gradient(left, #ff1a46, #ff1d2e, #ff4c1a);
  background: -ms-linear-gradient(left, #ff1a46, #ff1d2e, #ff4c1a);
  background: -o-linear-gradient(left, #ff1a46, #ff1d2e, #ff4c1a);
  background: linear-gradient(left, #ff1a46, #ff1d2e, #ff4c1a);
  color: #ffffff;
  border-bottom: 0px !important;
}
.stripe.gradient h1,
.stripe.gradient h2,
.stripe.gradient h3,
.stripe.gradient h4,
.stripe.gradient h5 {
  color: #ffffff;
}
.stripe.gradient a {
  color: #ffffff;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text p,
.white-text li,
.white-text a {
  color: #ffffff;
}

.stripe.zero-padding {
  padding: 0px;
}
.stripe.thin-padding {
  padding: 35px 0px;
}
.stripe.padding {
  padding: 65px 0px;
}
.stripe.thick-padding {
  padding: 125px 0px;
}
.stripe.jumbo-padding {
  padding: 240px 0px;
}

.uk-container.uk-container-center.narrow-width {
  max-width: 960px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
  .stripe.zero-padding {
    padding: 0px;
  }
  .stripe.thin-padding {
    padding: 15px 0px;
  }
  .stripe.padding {
    padding: 30px 0px;
  }
  .stripe.thick-padding {
    padding: 45px 0px;
  }
  .stripe.jumbo-padding {
    padding: 60px 0px;
  }
}

/* ===== END STRIPE CSS ============================================================== */

/* Full Desktop and up */
@media screen and (min-width: 1360px) {
  #section-services .uk-panel .uk-margin {
    min-height: 150px;
  }
}

/* Small Laptop */
@media screen and (min-width: 1180px) and (max-width: 1360px) {
}

/* Tablet Landscape */
@media screen and (min-width: 960px) and (max-width: 1180px) {
}

/* Tablet Portrait */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .uk-navbar-nav > li > a {
    font-size: 16px;
  }
}

/* Phone */
@media screen and (max-width: 768px) {
  .cta__section {
    flex-direction: column;
  }

  .cta__number {
    margin: 0 0 1rem 0;
  }

  .cta__section .uk-button {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  h1,
  .uk-h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2,
  .uk-h2 {
    font-size: 36px;
    line-height: 42px;
  }
  h3,
  .uk-h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .uk-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2,
  .uk-h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
  .uk-h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .uk-button-large {
    font-size: 16px;
    padding: 0px 32px;
  }

  .uk-overlay-panel {
    padding: 16px;
  }

  #section-hero .uk-button-large {
    font-size: 14px;
    padding: 0px 24px;
    margin: 0px 8px;
  }

  #section-hero p {
    font-size: 14px;
  }

  #section-hero .uk-margin {
    margin-top: 0px;
  }

  #section-hero .uk-h1 {
    margin-bottom: 8px;
  }

  #section-services .uk-panel {
    font-size: 14px !important;
  }

  #section-services .uk-panel h3,
  .uk-h3 {
    margin-bottom: 0px;
  }

  #section-services .uk-panel .uk-margin {
    margin-top: 8px;
  }

  .headerbar-widget {
    height: auto;
  }
  .tm-nav-logo {
    margin-bottom: 1rem;
  }

  .tm-logo .wp-block-image img {
    margin: auto;
    display: block;
  }

  .tm-logo.uk-navbar-brand {
    float: none;
  }

  .headerbar-widget {
    justify-content: center;
  }
  .headerbar .uk-container.uk-container-center {
    padding: 0 8px;
}
  .headerbar__phone {
    margin-left: 1rem;
  }

  .headerbar__phone__icon i {
    font-size: 48px;
  }

  .headerbar__phone__number {
    font-size: 18px;
  }

  .headerbar__phone__callus {
    font-size: 12px;
  }

  .headerbar__quote__btn .uk-button {
    padding: 0 1rem;
    font-size: 14px;
  }

  .uk-sticky-placeholder {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .uk-offcanvas {
    background: rgb(0, 0, 0, 0.2);
  }

  .uk-offcanvas-bar {
    background: #000;
  }

  .uk-nav-offcanvas > li > a {
    background: #000;
    color: #fff;
  }

  #offcanvas .tm-logo img {
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
  }

  /*
  header {
    z-index: 9999;
    position: relative;
  }

  .uk-offcanvas.uk-active {

    z-index: 9999999;
    top: 177px;
  }

  .uk-offcanvas.uk-active .uk-offcanvas-bar {
    display: block;
  }

  .uk-offcanvas-bar {
    width: 100%;
    height: calc(100vh - 575px);
    top: 247px;
    z-index: 11;
    display: none;
    transform: translateY(0%);
    transition: 1s all;
  }

  .uk-navbar-toggle.uk-visible-small {
    z-index: 99999;
    display: block;
  }

  body {
    width: 100% !important;
    height: 100% !important;
  }
  .uk-offcanvas-page {
    position: relative;
  } */

  /****/
  .uk-navbar-toggle {
    text-transform: uppercase;
    margin: auto;
    width: 100%;
  }

  .uk-navbar-toggle:after {
    left: -70px;
    position: relative;
    /* align-items: center; */
    /* display: flex; */
    /* height: 0px; */
    top: -2px;
    margin-right: 4px;
  }

  a.uk-navbar-toggle.uk-visible-small {
    height: auto;
    padding: 0.75rem;
    text-align: center;
  }

  .tm-navbar,
  .tm-navbar .uk-container {
    padding: 0;
  }
}
