/*
Theme Name:  Sugar CRM Child
Description: A custom WordPress theme for Sugar CRM.
Version:     1.0
Author:      Good Soup Creative
Author URI:  https://goodsoupcreative.com
Text Domain: #    
Template:    sugarcrm
*/

.js body:has(.easy-notification-bar) {margin-top: 0 !important;}

body:not(.scrolling):has(.easy-notification-bar) .site-header.new-header {margin-top: 75px !important}
@media (min-width: 600px) {
  body:not(.scrolling):has(.easy-notification-bar) .site-header.new-header {margin-top: 48px !important}
}

body:has(.easy-notification-bar) .easy-notification-bar-container {font-family: 'Poppins', sans-serif; max-width: 1310px; margin: 0 auto; padding: 0 15px; font-size: 11px;     justify-content: center;}
@media (min-width: 600px) {
  body:has(.easy-notification-bar) .easy-notification-bar-container { font-size: 14px; justify-content: left; }
}

body:has(.easy-notification-bar) .easy-notification-bar-message {padding-left: 40px; background: url(blocksV2/images/notification-bar.png) no-repeat left center; }


body:has(.easy-notification-bar) .easy-notification-bar-button__link { background: transparent; padding: 0; font-weight: 400;   padding-right: 18px;transition: margin-left .3s ease;background: url(dist/images/arrow-link-white.png) 100% no-repeat;background-size: 12px 11px;}
body:has(.easy-notification-bar):not(.home):not(:has(.transparent)) #main {padding-top: 94px;}

body:has(.easy-notification-bar):not(.home) .block-pricing-compare .tab-row { top: 140px;}
body:has(.easy-notification-bar):not(.home).logged-in .block-pricing-compare .tab-row { top: 175px;}

body:has(.easy-notification-bar):not(.home).scrolling .tab-row { top: 85px; }
body:has(.easy-notification-bar):not(.home).logged-in.scrolling .tab-row { top: 125px;}


/* Temp homepage */
.home .block-simple-text:first-child:after, .page-header-v2.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child):after {
  background-color: #F6F5F3!important;
}
.home .block-logos, .home .block-logos .block-inner {
  padding-top: 0px !important;
}