/*!
Theme Name: Info2grow Child
Theme URI: https://info2grow.com/
Description: Multipurpose WordPress theme
Author: Info2grow Media Services Inc
Author URI: https://info2grow.com/
Template: info2grow
Version: 1.0.0
Text Domain: info2grow
*/

 /* Add your custom style here */

body .uicore-transparent:not(.uicore-scrolled):not(.uicore-transparent-color) .uicore-btn.uicore-inverted {
color: #FFF;
    background-color: #e7000b;
}

p > a {
    text-decoration: underline;
    font-weight: 600;
}

.text-accent {
  color: #da3125;
  font-weight:500;
}

.uicore-sticky .uicore-header-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

@media (max-width: 1025px) {
    body .uicore-navbar .uicore-ham:not(.uicore-drawer-toggle) {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
  .uicore-header-wrapper nav.uicore.uicore-container {
    margin-top: 15px;
}
  .uicore-navbar .uicore-branding a .uicore-logo.uicore-mobile-main, .uicore-navbar .uicore-branding a .uicore-logo {
    height: 40px;
}
  
  body .uicore-navbar .uicore-branding a .uicore-logo {
        height: 40px;
    margin-top: -10px;
  }
}