/*
Theme Name: Ageism
Theme URI: https://joshuadowden.com/
Author: the Joshua team
Author URI: https://joshuadowden.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.5
License: GNU General Public License v2 or later
License URI: https://joshuadowden.com/
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: joshuadowden
*/

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */

/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
}
.constant_newsletter .headline_main p{padding:0;}
a.ctct-button{display:none;}
p.ctct-form-field.ctct-form-field-email.ctct-form-field-required { width: 80%;float: left;}
p.ctct-form-field.ctct-form-field-submit {width: 20%;float: left;}
.constant_newsletter form {width: 40%;margin: 0 auto;}
.constant_newsletter .ctct-disclosure{display:none!important;}
.constant_newsletter label{font-weight:bold;}
.ctct-message{width:40%;margin:0 auto 10px;}
.constant_newsletter { padding:80px; background: #eee;}
		.constant_newsletter input[type="email"] {
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    border: 1px solid #b0b6bb;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius:0px;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #323232;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.constant_newsletter input[type="submit"] {
   background-color: #00000c;
    border: none;
    color: #ffffff;
	display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    line-height: 1;
    background-image: none;
	box-shadow: none;
    border-radius: 0px;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;   
        margin-top: -1px;	
}
.partner-with-us {
    margin-top: 25px;
}