/*
Theme Name:     cw-theme
Description:    child theme for portfolio. Allows updates from portfolio without wiping modifications
Author:         Tim
Template:       portfolio

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../portfolio/style.css");
nav[role="navigation"] li {
  margin: 0;
}

body.blog header .title,
body.archive header .title,
body.single header .title {
  margin-bottom: 18px;
}

body.attachment figcaption,
.post-feature figcaption,
dd.wp-caption-dd,
.wp-caption-text {
  color: #505050;
  font-style: normal;
  word-wrap: break-word;
}

img.logo {
	margin-top:-12px;
	}
	
p.credit-link {
	display: none;
	}
	
/*dropdown menu */
nav[role="navigation"] ul.sub-menu li,
nav[role="navigation"] ul.children li {
  width: 250px;
  text-align: left;
}

/*contact form*/
#contact-form-74 h3 {
	margin-bottom: 60px;
	}
	
/* _forms.scss
 * Form styling
 * ------------------------------------------------------------------ */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  border: 1px solid #e5e5e5;
  padding: .4em;
  color: #191919;
  color: #505050;
  width: 500px;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}