 /*
Theme Name: wave_access
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wave_access
Tags:

wave_access is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

The original _s stylesheets have been removed and replaced with fresh styles, based on Foundation css styles.
*/

@import"stylesheets/screen-old.css";
@import"stylesheets/access.css";
/* 
the old "stylesheets/screen.css" is replaced by stylesheets/access.css". 
"stylesheets/screen.css" was the original site css compiled with Compass and is no longer editable.
So the old screen.css file has been resaved as _screen_old.scss and is imported into the access.scss file at the start.
*/


 /* Added 26.10.16 for Gravity Perks forms pre-submission checker */
#gf_progressbar_wrapper_11 {
display:none;	
}
.gform_wrapper .gform_page_footer {
    border-top: 0px none;
}

#gform_page_11_2 td {
font-size:16px!important;	
font-family: inherit!important;	
line-height:1.4!important;	
}
#gform_page_11_2 td font {
font-size:16px!important;	
font-family: inherit!important;	


line-height:1.4!important;	
}
 /* Added 12.05.17 for footer tweak */
#footer-main-second .footer-tertiary {
    margin-top: 25px;
}
#footer-last_sentence {
    margin-top: 0.5rem;
}
/* ADDED feb 2021 for podcast iframe  */
.buzzsprout-player-outer {
    max-width:100%;
}
.buzzsprout-player-outer iframe {
    margin-top:0!important;
     max-width:100%;
    max-height:200px!important;
}