/* Images */
#content img {
	height: auto;
}

/* Headings Start */
h1, h2, h3, h4, h5, h6, .widgetTitle {
	text-transform: uppercase;
	color: #444;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
.homeSection .sectionHead h3 {
	font-size: 1.75em;
	color: #444;
}
#pageHead h1 {
	font-size: 1.75em;
}
.widgetBox .widgetTitle {
	font-size: .95em;
}
/* Headings End */


/* Homepage Header */
@media screen and (max-width: 700px) {
	.home.has-banner #header .top {
		background-color: #7acbc5;
	}
}


/* Homebanner Start */
#downButton {
	background: url(https://addierobergephotography.com/wp-content/uploads/2014/05/arrow_down3.png) center center no-repeat;
}
@media screen and (max-width: 700px) {
	#homeBanner {
		background-position: 35% 0px !important;
	}
}
/* Homebanner End */


/* Homepage Testimonials */
#testimonials.homeSection {
	display: none;
}


/* Main Menu Start  */
#pageslide {
	background-color: #f1f0f0 !important;
}
#slideNav #mainNav li a {
	color: #909090;
}
#slideNav #mainNav li a:hover {
	color: #444;
}
#mainNav ul li.current a, #mainNav ul li.current-cat a, #mainNav ul li.current_page_item a, #mainNav ul li.current-menu-item a, #mainNav ul li.current-post-ancestor a, .single-post #mainNav ul li.current_page_parent a, #mainNav ul li.current-category-parent a, #mainNav ul li.current-category-ancestor a, #mainNav ul li.current-portfolio-ancestor a, #mainNav ul li.current-projects-ancestor a {
	color: #444 !important;
}
#slideNav .widgetBox a {
	color: #909090 !important;
}
#slideNav .widgetBox a:hover {
	color: #444 !important;
}
/* Main Menu End  */


/* Side Menu Social Icons */
ul.social-icons li {
	display: inline-block;
	font-size: 2em !important;
	margin-right: 6px;
}


/* Projects Start */
#filterNav li a {
	padding: 7px 11px 3px !important;
}
#content .project.small a:hover img {
	-webkit-transform: initial;
}
/* Projects End */


/* Testimonials Page */
.page-id-2199 #content img {
	border-radius: 50%;
	height: auto;
	margin: 0 auto 15px;
}


/* Contact Forms start */
input[type="email"], input[type="text"], input[type="password"], textarea {
	padding: 8px 12px;
	margin: 0;
}
span.wpcf7-list-item {
	display: block;
}
input.wpcf7-form-control.wpcf7-submit {
	padding: 12px 20px;
}
textarea {
	width: 50%;
}
.wpcf7-response-output {
	border-radius: 2px;
}
span.wpcf7-not-valid-tip {
    color: #7acbc5;
}
div.wpcf7-mail-sent-ok {
    border-color: #7acbc5;
}
@media screen and (max-width: 700px) {
	textarea {
		width: 80%;
	}
}
form.ccf-form.ccf-theme-default {
    max-width: 600px;
}
.ccf-form-wrapper .field label.main-label .required {
    color: #7acbc5;
}
.ccf-form-wrapper .error {
    color: #7acbc5;
}
.ccf-form-wrapper .field textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ccf-form-complete {
    background-color: #f5f5f5;
    border-radius: 2px;
    font-size: 1.125em;
    font-weight: bold;
    padding: 12px 18px;
}
/* Contact Forms end */


/* WordPress Admin Bar fix */
@media screen and (max-width: 700px) {
	.admin-bar #header .top {
		top: 32px;
		top: 0;
	}
}
