/*!
 * Steven Booth Design and Photography main website v.9.0 (http://www.stevenboothdesign.co.uk)
 * Copyright 2016 Steven Booth.
 */
 
 
/*-------------------------------------- body --------------------------------------*/
body {
	font-family: "omnes-pro", helvetica, arial, sans-serif;
	font: 1em;
	color: #6e6e6e;
	padding: 0;
	margin: 0;
	background-color: none;
}
a {
	color: #769F57;
	text-decoration: none;
	font-size: 18px;
}
a:hover {
	color: #54773E;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
}

p, li {
	padding: 0.3em 0;
	margin: 0;
	font-size: 18px;
}

h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 200;
	color: rgba(255,255,255,0.7);
	font-family: "omnes-pro", helvetica, arial, sans-serif;
}
h1 span {
	color: rgba(255,255,255,0.3);
}
h2 {
	font-size: 20px;
	font-weight: 600;
	color: #7c9f58;
	margin: 0;
	padding: 0;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
h2.headingWedding {
	color: #cb758c;
}
h3 {
	font-size: 22px;
	line-height: 17px;
	font-weight: 800;
	font-style: oblique;
	color: #fff;
	margin: 20px 0 5px 0;
	padding: 0;
}
h3.green {
	color: #7c9f58;
}
.whiteWrapper {
	background-color: #fff;
	padding: 30px 0;
	margin: 0;
}
.greenWrapper {
	background-color: #adbf97;
	padding: 20px 0 0 0;
	margin: 0;
}
.greenWrapper h2 {
	color: #ffffff;
	margin: 20px 0 0 0;
}
.greenWrapper p, .greenWrapper li {
	color: #395124;
}
.greenWrapper a {
	color: #395124;
	text-decoration: none;
}
.greenWrapper a:hover {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
}
.greyWrapper {
	padding: 30px;
	margin: 0;
	background-color: #575a53;
}
.slide {
	height: auto;
	width: 100%;
}
div.caption {
	z-index: 10;
	margin: -60px 0 0 15px;
}
div.caption h3 {
	font-size: 14px;
	color: #AAC06B;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .15em;
	margin: 0;
	padding: 0;
}
div.caption p {
	font-size: 16px;
	color: #fff;
	font-style: oblique;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.icon {
	margin: 16px 0 6px 0;
}
.spacer {
	margin: 5px 0;
}
.careerItems  {
	list-style-image: url("/images/bulletArrow_dark.png");
	margin-left: -22px;
}
.careerItems li {
	margin-left: 0;
}
.topSpacer {
	margin-top: 30px;
}
/*------------------------------------- contact form styling ----------------------------*/

#formcontent ul {
	margin: 0;
	padding: 0;
}
#formcontent li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}
#formcontent form {
	margin: 0;
}

#formcontent .formLabel {
	display: block;
	font-style: italic;
	font-weight: 600;
	color: #565952;
	margin: 0;
}
#formcontent input[type="text"] {
	width: 70%;
	padding: 5px 8px;
	margin: 2px 0 8px 0;
	font-size: 1em;
	color: #6e6e6e;
	border: none;
	background-color: #e4eadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#formcontent textarea {
	width: 100%;
	padding: 5px 8px;
	margin: 2px 0 8px 0;
	font-size: 1em;
	color: #6e6e6e;
	border: none;
	background-color: #e4eadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#formcontent input[type="text"]:focus, #formcontent textarea:focus {
	-webkit-box-shadow: 0 0 12px rgba(126, 160, 88, 0.5);
	-moz-box-shadow: 0 0 12px rgba(126, 160, 88, 0.5);
	box-shadow: 0 0 12px rgba(126, 160, 88, 0.5);
	-webkit-animation: pulse 1.5s infinite ease-in-out;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 12px rgba(126, 160, 88, 0.2);
	}
	50% {
		-webkit-box-shadow: 0 0 12px rgba(126, 160, 88, 0.9);
	}
	100% {
		-webkit-box-shadow: 0 0 12px rgba(126, 160, 88, 0.2); 
	}
}


#formcontent .formButton {
	background-color:#AAC06B;
	display:inline-block;
	-webkit-border-radius: 0.125em;/* 2px */
	-moz-border-radius: 0.125em;
	-o-border-radius: 0.125em;
	border-radius: 0.125em;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:1em; /* 16px / 16px */
	font-weight:600;
	padding: 10px 16px;
	text-decoration:none;
	margin: 10px 0 15px 0;
	-webkit-appearance: none;
}


#formcontent .formButton:hover {
	background-color:#769F57;
	cursor:pointer;
}
#formcontent .formButton:active {
	position:relative;
	top:1px;
}	

.planner {
	margin: 20px 0 15px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #dadada;
}
#formcontent input[type="radio"] {
	margin: 10px 0 20px 0;
}

/*-------------------------------------- header --------------------------------------*/
header {
	margin: 0;
	padding: 0;
}
header h1 {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	font-weight: 400;
	font-size: 46px;
	line-height: 1.0em;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
header h2 {
	color: #bcd99b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .09em;
	margin: 6px 0 0 20px;
	text-shadow: 0px 1px 4px rgba(0,0,0,0.3);
}
/*-------------------------------------- main content --------------------------------------*/
p.intro {
	color: rgba(255,255,255,0.7);
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 1.5em;
	border-top: solid 1px rgba(255,255,255,0.3);
}
p.intro span {
	color: #bcd99b;
}
.contentSection {
	margin: 30px 0 0 0;
	padding-bottom: 30px;
	border-bottom: dotted 2px #adbf97;
}
#moreBio {
	margin: 20px 0 0 0;
}






/*-------------------------------------- footer --------------------------------------*/
footer {
	background-color: #575a53;
	margin: 0;
	padding: 15px 0 50px 0;
}
footer p {
	color: #ffffff;
}
footer h3 {
	color: #adbf97;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #aac16d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer p, footer li, footer a {
	font-size: 16px;
	color: #fff;
}
footer li {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
footer ul {
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
}
/*-------------------------------------- buttons --------------------------------------*/




.button_sml {
	background-color: #AAC06B;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #575a53;
	font-size: 1em; 
	font-weight: 600;
	padding: 7px 12px 9px 12px;
	text-decoration: none;
	margin: 5px 0 5px 0;
	width: 100%;
	text-align: center;
}
.buttonWedding_sml {
	background-color: #ffcbd9;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #693f5d;
	font-size: 1em; 
	font-weight: 600;
	padding: 7px 12px 9px 12px;
	text-decoration: none;
	margin: 5px 0 5px 0;
	text-align: center;
}
.buttonWedding_sml:hover {
	background-color: #c97b90;
	text-decoration: none;
	color: #fff;
}
.buttonPhoto_sml {
	background-color: #AAC06B;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #ffffff;
	font-size: 1em; 
	font-weight: 600;
	padding: 7px 12px 9px 12px;
	text-decoration: none;
	margin: 5px 0 5px 0;
	text-align: center;
}
.buttonPhoto_sml:hover {
	background-color: #769F57;
	text-decoration: none;
	color: #fff;
}
.button_sml:hover {
	background-color: #769F57;
	text-decoration: none;
	color: #fff;
}
.button_sml:active {
	position: relative;
	top: 1px;
}


.button_twitter, .button_facebook, .button_linkedin, .button_instagram, .button_youtube {
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:1em; 
	font-weight:600;
	padding: 4px;
	text-decoration:none;
	margin: 0 0 3px 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background-color: rgba(255,255,255,0.25);
	color: #575a53;
}


.button_twitter:hover {
	background-color:#00aced;
	text-decoration: none;
	color: #fff;
}

.button_facebook:hover {
	background-color: #3b579d;
	text-decoration: none;
	color: #fff;
}


.button_linkedin:hover {
	background-color: #0274b3;
	text-decoration: none;
	color: #fff;
}


.button_instagram:hover {
	background: #4e60d6; 
	background: -webkit-linear-gradient(right top, #4e60d6, #b62f93, #f78343, #fed471); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom left, #4e60d6, #b62f93, #f78343, #fed471); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #4e60d6, #b62f93, #f78343, #fed471); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom left, #4e60d6, #b62f93, #f78343, #fed471); /* Standard syntax */	
	text-decoration: none;
	color: #fff;
}

.button_youtube:hover {
	background-color: #c7261e;
	text-decoration: none;
	color: #fff;
}


/*-------------------------------------- bios --------------------------------------*/
.greenWrapper li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}
.greenWrapper ul {
	margin: 10px 0 30px 0;
	padding: 0;
}
/*-------------------------------------- blog page --------------------------------------*/


.tags {
	font-size: .6em;
	margin: 15px 30px 10px 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-top: 1px solid #dadada;
	font-weight: 600;
}
#date {
	font-size: .8em;
	margin: 10px 0;
	font-style: italic;
	font-weight: 800;
	color: #858585;
}
.postTitle {
	font-weight: 400;
	font-size: 3em;
	color: #769F57;
	padding: 0 0 0 0;
	margin: 30px 0 10px 0;
}
#blog_page h3 {
	margin: 20px 0 4px 0;
	font-weight: 400;
}
#leftColumn {
	float: left;
	width: 620px;
	margin: 30px 0 40px 0;
	clear: left;
}
#rightColumn {
	float: right;
	width: 240px;
	margin: 30px 0 20px 20px;
	padding: 0 0 0 20px;
	border-left: 1px dotted #dadada;
}
.thumbnailPost {
	float: left;
	margin: 0 20px 10px 0;
}
.thumbnailPost img {
	border: 1px solid #909090;
}
article {
	margin: 0 0 50px 0;
}
#blog_page .button_sml {
	margin: 0 10px 0 0;
}
#blog_page .search-submit {
	background-color:#AAC06B;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size: 12px;
	font-weight:600;
	padding: 5px 8px;
	text-decoration:none;
	margin: 10px 0 15px 0;
	-webkit-appearance: none;
	cursor:pointer;
}
#blog_page .search-submit:hover {
	background-color:#769F57;
	text-decoration:none;
	color: #fff;
}
#blog_page .search-input {
	width: 170px;
	height: 22px;
	margin: 10px 8px 0 0;
	font-size: 1em;
	color: #909090;
	border: none;
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#blog_page .search {
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0 10px;
}
#blog_page .contentList li {
	background-image: url('../images/bulletArrow.png');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0 0 0 16px;
	margin: 0 0 0 30px;
}
#blog_page .contentList ul {
	margin: 10px 0;
}
#blog_page h4 {
	color: #aac16c;
	font-weight: 600;
	font-style: oblique;
	font-size: 1.2em;
	padding: 10px 0 0 0;
}


/*-------------------------------------- responsiveness --------------------------------------*/

@media (min-width: 768px) and (max-width: 3000px) {
.greyWrapper {
	padding: 40px;
	margin: 0;
}
div.caption {
	margin: -60px 0 0 40px;
}
p.intro {
	font-size: 28px;
}
}
@media (min-width: 600px) and (max-width: 768px) {
.greyWrapper {
	padding: 30px;
	margin: 0;
}
div.caption {
	margin: -60px 0 0 30px;
}
p.intro {
	font-size: 24px;
}
}


