/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://cyclelink.com.au/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Blended Minds
 Author URI:   https://cyclelink.com.au/
 Template:     twentytwenty
 Version:      1.1.45
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.grecaptcha-badge { opacity:0;}


body, body .entry-content *, body .footer-inner * {
	font-family: 'Open Sans', sans-serif;
}

body .entry-content .write {
    font-family: Kalam, 'Open Sans', sans-serif; 
}

/* CUSTOM CSS OVERRIDES */

/* CYCLELINK COLOR */
.cyclelink, body .site-description, .overlay-header .site-description {color:#F36F21}

/* FRONT PAGE */
.overlay-header #site-header {background:rgba(255,255,255,.9)}
#site-header .header-inner {color:#000;}
body.overlay-header .primary-menu > li > a {color:#107bb1}

/* ALL PAGES */
.post-inner {padding-top:0}

/* PAGE WITH FEATURED IMAGE */
.featured-media {padding-bottom:50px;}

/* FOOTER */
@media (min-width: 700px){
	.footer-top-visible .footer-nav-widgets-wrapper {
        margin-top: 0;
    }
}
body #site-footer {color:#fff; background:#000;}
body #site-footer a {color:#fff;}
body #site-footer .powered-by-wordpress {display:none;}

body .footer-nav-widgets-wrapper {
    color:#fff; background:#000;
}

/* FOOTER COL 2 */
@media (min-width: 700px){
	.footer-widgets.column-two {padding:50px; border-left: 0.1rem solid #dedfdf;}
	.footer-widgets.column-two 	.subheading {font-size:2rem; margin-bottom:1rem;}
	.footer-widgets.column-two .menu {font-size:80%;} 
}

/* GALLERY */
.wp-block-gallery .blocks-gallery-item  .blocks-gallery-item__caption {
	background:transparent; color:#000; top:0; padding-top:0;
}
.wp-block-gallery .blocks-gallery-item figure {align-items: center;}

/* IMAGE PARALLAX */
.alignfull.alignfull-botmargin {margin-bottom:0 !important;}

/* VIDEO */
.max_width_900 {max-width:900px !important;}

/* BLOCK WIDE WITH IMAGE */
.image_wide_style1 {margin-top:0 !important;margin-bottom:0 !important;}

