/*
Theme Name:     Salient Child Theme
Theme URI:      https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Description:    Child theme for Salient
Author:         ThemeNectar
Author URI:     https://acupunctureinvermont.com/
Template:       salient
Version:        0.5
License:        Regular License
License URI:    http://themeforest.net/licenses/regular
LAST UPDATED:   12-18-2020 - replaced on 8-20-2020, then updated on 9-20-19
*/
/* NOTES */
/*
* The mobile hamburger menu shows up <999px
*/
/* hiding the recaptha badge, not sure why this is even being displayed, will replace with own privacy policy */
.grecaptcha-badge{display:none;}
/* moving header logo and hamburger menu down a bit so follow icons show ok with good tap target spacing */
@media screen and (max-width: 999px){
    header#top{
        margin-top:25px;
}}
/* moving mobile menu close button down so space for follow buttons */
body[data-full-width-header="false"].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close, body[data-full-width-header="false"].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close{margin-top:25px;}
/* moving all the mobile menu items down */
#slide-out-widget-area .inner > div:first-of-type{margin-top:50px;}
/* styling footer and back to top link for AddThis SmartLayer buttons at bottom of screen - at standard AddThis breakpoint */
@media (max-width: 979px){
   #footer-outer #copyright, .ascend #footer-outer #copyright{padding-bottom:80px;}
   #to-top{bottom:100px;}
}
/* moving MailChimp mobile banner down the page so not conflicting with follow buttons and hamburger menu */
.mc-banner {margin-top:100px !important;}
/* once the mobile banner is clicked, this will place the other form users see next down a bit so no tap conflicts */
.mc-modal-bg{z-index:10000001 !important;}
.mc-modal{z-index:10000002 !important;}
/* adding a dark opacity overlay to the https://acupunctureinvermont.com/2020/12/wellness-quiz/ page header since the background image is so light to help with readability */
.postid-20336 #page-header-bg[data-bg-pos="center"] .page-header-bg-image {
    opacity: 0.3;
}