/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 3.1
*/

@font-face {
  font-family: HelveticaNeue;
  font-weight: 300;
  src: url(./assets/fonts/UB-Helvetica-Light.otf);
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  src: url(./assets/fonts/UB-Helvetica.otf);
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 700;
  src: url(./assets/fonts/UB-Helvetica-Bold.otf);
}

p,
a
span {
  font-family: HelveticaNeue !important;
  font-weight: 300 !important;
}

h1,
h2,
h1 .inner,
h2 .inner,
h3 {
  font-family: HelveticaNeue !important;
  font-weight: 500 !important;
}

.nectar-text-inline-images__inner h2 {
  font-family: HelveticaNeue !important;
  font-weight: 300 !important;
}

.nectar-text-inline-images__inner h2 strong {
  font-family: HelveticaNeue !important;
  font-weight: 700 !important;
}

.pre-footer-row {
  position: relative !important;
}

.pre-footer-row .custom-color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(54, 26, 222, 1);
}

#footer-widgets .textwidget h3 {
  font-size: 60px !important;
  line-height: 60px !important;
  margin-bottom: 40px !important;
}

#footer-widgets .textwidget .footer-name {
  color: #361ADE !important;
  font-size: 35px !important;
  line-height: 35px !important;
  margin-bottom: 25px !important;
  padding-bottom: 0px !important;
}

#footer-widgets .textwidget .footer-phone {
  font-size: 70px !important;
  line-height: 70px !important;
  display: inline-block !important;
  margin-bottom: 25px !important;
}

#footer-widgets .textwidget .footer-email {
  font-size: 50px !important;
  line-height: 50px !important;
  display: inline-block !important;
}

@media (max-width: 768px) {
  #footer-widgets .row {
    padding: 20px 0 !important;
  }

  #footer-widgets .row .col {
    margin-bottom: 20px !important;
  }
  #footer-widgets .textwidget h3 {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
  }

  #footer-widgets .textwidget .footer-name {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
  }

  #footer-widgets .textwidget .footer-phone {
    font-size: 28px !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
  }

  #footer-widgets .textwidget .footer-email {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}

@media (max-width: 999px) {
  #header-outer #top #logo img, #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version {
    height: 90px !important;
  }
}

@media (min-width: 769px) {
  .custom-phone-number {
    display: flex;
    align-items: center;
  }

  .custom-phone-number a {
    display: flex;
    align-items: center;
    background: #361ADE;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 15px !important;
  }

  .custom-phone-number a img {
    width: 20px !important;
    margin: 0 !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 768px) {
  .custom-phone-number {
    position: fixed;
    bottom: 10px;
    left: 10px;
  }
  .custom-phone-number a {
    font-size: 0 !important;
    border-radius: 50% !important;
    border: 6px solid #000000;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-phone-number a img {
      width: 40px !important;
      margin: 0 !important;
  }

  .custom-about-us-info .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-about-us-info .vc_column-inner .nectar-responsive-text {
    margin: 0 !important;
    max-width: none !important;
  }
}




