/**
 * Theme Name: QIP Icelander Child
 * Template: icelander
 * Version: 1.0.0
 * Description: This is a child theme of Icelander
 */

/* Put your custom CSS styles below... */

/* Contact form */
.wpcf7-textarea {
	height:100px
}

/* social links in footer */
.social-links, .social-links-items {
	display:inline-block;
}
.site-footer {
	border-top:1px solid #d3d2d2 !important
}

/* Intro styling */
.intro-inner {
    padding: 1.7rem 0;
}

/* Hide social widgets in header */
.site-header .social-links 
	{display:none
	
}

/* leadership line */
.nav-links {
display:none 
}

/* Hide site title */
.site-title {
	display:none;
	
}

.site-branding-text {
		font-size:1.6em;
	}

.intro-title {
display:none !important;
	}