/*
Theme Name: wp forge child
Description:  wp forge Child Theme
Template:     wp-forge

/* =Theme customization starts here
-------------------------------------------------------------- */

* {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}

/* Forms ------------------------------------------------------------------------------ */

textarea {
	min-height: 0 !important;
	height: 5rem !important;
}

input:not([type]), 
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea {
	margin: 0 !important;
}

/* Textivia Logo ---------------------------------------------------------------------- */

.textivias-linking {
	width: 100%;
	float:none;	
}
.textivias-links {
	width:50%;
	float:left;
}
.textivias-links a {
	clear:both;
	display:block;
	text-align:right;
	text-decoration:none;
	font-size: 11px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #555;
	line-height: 1.1;
}
.textivias-links a:hover {
	color: #aa0000;
}
.textivias-logo {
	border-left: 1px solid #ccc;
	float:left;
	padding-left: .5rem;
	margin-left: .5rem;
}
.textivias-logo:hover {
	opacity: 0.7;
}

.copyright-wrapper {
	padding-bottom: 2rem;
}

.copyright-wrapper .row {
	margin: 0 auto;
	max-width: 64rem;	
}

.copyright-wrapper p {
	
}

.popup-left p {
    margin-bottom: 1.25rem;
}

.wp-caption p.wp-caption-text {
    position: relative;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    font-size: 1rem;
    color: white;
    font-style: normal;
    line-height: 2;
    padding: .5rem 0;
}

.page-id-9 .inner-header-image {
	background-position: center center !important;
}

@media only screen and (max-width:640px) {
	.page-id-6 .inner-header-image {
		background-position: center center !important;
	}
}

.home a.more-link {
	display:none;
}