/*
 Theme Name:   TCC Child Theme
 Theme URI:    https://www.thecreativecollective.com.au
 Description:  TCC child theme based on GP
 Author:       The Creative Collective
 Author URI:   https://www.thecreativecollective.com.au
 Template:     generatepress
 Version:      1.0
*/

/* custom style for the theme */
.round-gallery .wp-block-image img {
	border-radius: 8px;
}
body.page-contact .hide-contact-page {
	display: none;
}
@media screen and ( min-width: 1000px ) {
	.inside-header .site-logo {
		position: relative;
		top: -10px;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	.site-header .header-image {
		width: 250px;
	}
}

/* mobile */
@media (max-width: 1000px) {
	.mobile-header-navigation .site-logo.mobile-header-logo img {
		height: 80px!important;
	}
	.slideout-navigation.do-overlay .inside-navigation {
		background: #fff;
	}
}
