/*
Theme Name: Unbound Creations [Catch Responsive Child Theme]
Theme URI: https://catchthemes.com/themes/catch-responsive
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Catch Responsive is an extremely flexible and customizable Responsive WordPress theme suitable for almost any kind of professional website. It is based on responsive web design where each element has been carefully configured for perfect display on all devices and platforms. It is built in HTML5, CSS3 and WordPress Theme Customizer for real time customization. It comes with a wide variety of options so you can modify layout, styling, featured content, promotion headline, featured slider, pagination, icons, menus, breadcrumb, widgets and much more, directly from theme customizer. This theme is translation ready and also currently translated in Swedish, French, Brazilian Portuguese, German, Russian, Ukrainian, Polish and Danish languages. Check out Theme Instructions at https://catchthemes.com/theme-instructions/catch-responsive/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-responsive/
Version: 2.5
Text Domain: catch-responsive
Template: catch-responsive
*/
  
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../catch-responsive/style.css');


/* =Child Theme Custom CSS
-------------------------------------------------------------- */

#site-logo img
{
	border: 5px solid #000 !important;
    border-radius: 15px !important;
    width: 80px !important;
}

#site-branding  
{
	margin-left: -20px !important;
}

#masthead .site-title
{
	background: transparent !important;
	padding-left: 0 !important;
}


/* =Newsletter Signup
-------------------------------------------------------------- */

.uc_newsletter_signup,
.uc_newsletter_signup:hover
{
    padding: 5px;	
	color: #f2e112;
}

.nav-primary .uc_newsletter_signup
{
	float: right;
}

.uc_newsletter_signup img
{
	height: 40px;
	width: auto;
}
.uc_newsletter_signup:hover img
{
	height: 45px;
}

/* =Discord Signup
-------------------------------------------------------------- */

.uc_discord_signup,
.uc_discord_signup:hover
{
    padding: 5px;	
	color: #f2e112;
}

.nav-primary .uc_discord_signup
{
	float: right;
}

.uc_discord_signup img
{
	height: 40px;
	width: auto;
}
.uc_discord_signup:hover img
{
	height: 45px;
}


/* =HNN Landing Page
-------------------------------------------------------------- */
body.page-template-page-hnn-landing-page #masthead,
body.page-template-page-hnn-landing-page .nav-primary,
body.page-template-page-hnn-landing-page #colophon
{
	display: none !important;
}