/*
Theme Name:     ProPhoto3 Child
Description:    Child theme for the ProPhoto3 theme for Figlewicz Photography
Author:         yoka@805collective
Author URI:     http://805collective.com/
Template:       prophoto3
Version:        1.0
*/

/*
Theme Name: Figlewicz Photography
Author: yoka@805collective
Description: WordPress theme for Figlewicz Photography.
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* Text and Links */
@font-face {
	/*font-family: AmericanTypewriter LT Medium;
	src: url('fonts/itc-american-typewriter.ttf');*/
	/*font-family: ITC American Typewriter Std;
	src: url('fonts/americantypewriterstd-med.otf');*/
	font-family: 'JohnDoe';
	src: url('fonts/JohnDoe.ttf');
}
@font-face {
	font-family: 'AmericanTypewriter LT Medium';
	src: url('fonts/itc-american-typewriter.ttf');
}
/*@font-face {
    font-family: 'AmericanTypewriter STD Medium';
    src: url('fonts/americantypewriterstd-med-webfont.eot');
    src: url('fonts/americantypewriterstd-med-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/americantypewriterstd-med-webfont.woff') format('woff'),
         url('fonts/americantypewriterstd-med-webfont.ttf') format('truetype'),
         url('fonts/americantypewriterstd-med-webfont.svg#itc_american_typewriter_stdMd') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
@media screen and (max-width: 600px) {
	body #wpadminbar {
	  position: fixed;
	}
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
	margin-bottom: 1.5em;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* =Structure
----------------------------------------------- */
#page {
	margin: 0 auto;
	min-height: 800px;
	max-width: 960px;
	padding: 0px 20px;
	overflow: hidden !important;
}
#header {
	height: 150px;
	padding: 0 30px;
	position: relative;
}
@media (max-width: 660px) {
	#header {
		height: auto;
	}
}
#main {
	clear: both;
	margin: 0 auto;
	padding: 2.5em 0em;
	max-width: 900px;
}
.home #main, .page-template-template_portfolio-php #main {
	padding: 1.5em 0;
}
#footer {
	clear: both;
	height: 70px;
	padding: 0 30px;
}
#copyright-footer {
	padding: 0px 20px;
}
.column {
	float: left;
	text-align: center;
}
.column_first, .column_third {
	width: 255px;
}
.column_second {
	width: 285px;
}
#top_bg {
	background: url('images/bg_top_slice.jpg') repeat-x;
	height: 495px;
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
#bottom_bg {
	background: url('images/bg_bottom_slice.jpg') repeat-x;
	bottom: 0;
	height: 320px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -100;
}
/* =Global
----------------------------------------------- */
body {
	position: relative;
}
@media (max-width: 950px) {
	body {
		padding-top: 38px;
	}
}
body, input, textarea {
	color: #84847a;
	font: 15px "JohnDoe","American Typewriter LT Medium","Courier New",Courier,mono;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1, h2 {
	color: #84847A;
	/*font: 22px AmericanTypewriter LT Medium;*/
	font-size: 22px;
}
a {
	color: #10cde1;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
input[type="text"], textarea {
    border: 1px solid #CCCCCC;
    padding: 2px;
}
/* Some global classes */
.delimiter {
	background: url('images/delimiter.png') repeat-x 0 50%;
	clear: both;
	height: 22px;
    /*padding-top: 6px;*/
}
.column_first, .column_second {
	margin-right: 52px;
}
@media (max-width: 900px) {
	.column {
	  clear: both;
	  margin: auto;
	  float: none;
	}
}
.menu-widget{
	background: url('images/column_border.png') no-repeat 50%;
	height: 95px;
	margin: 10px 0;
	padding: 20px 0;
}
.clear {
	clear: both;
}
.center {
	clear: both;
	text-align: center;
}
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sep {
	background: url('images/squiggle_short.png') no-repeat;
	display: inline-block;
	height: 48px;
	width: 10px;
}
/* =Header
----------------------------------------------- */
#logo {
	background: url('images/logo.png') no-repeat;
	background-size: 100%;
	height: 117px;
	max-width: 314px;
}
@media (max-width: 660px) {
	#logo {
		margin: auto;
		padding-bottom: 14px;
	}
} 
#logo a {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 314px;
}
h1#site_title, h2#site_description {
	text-indent: -9999px;
}
/* Search Form */
#searchform {
	bottom: 25px;
	position: absolute;
	right: 30px;
	text-align: right;
}
@media (max-width: 660px) {
	#searchform {
		bottom: 0px;
		right: 0px;
		position: relative;
		text-align: center;
		width: 100%;
		display: block;
	}
} 
#searchform label {
	font-weight: bold;
}
#searchsubmit {
	background: transparent;
	border: none;
	cursor: pointer;
	font: 15px 'AmericanTypewriter LT Medium',"Courier New",Courier,mono;
}
/* =Menu
----------------------------------------------- */

#access {
	float: right;
	position: absolute;
	right: 20px;
	top: 60px;
	max-width: 570px;
}
#access ul {
	/*font: 15px 'Dusseldorf', Times New Roman;*/
	font: 15px 'AmericanTypewriter LT Medium', "Courier New", Courier, mono;
	/*font: 15px 'ITC American Typewriter Std', Times New Roman;*/
	list-style: none;
	margin: 0 0 0 -0.8em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #84847a;
	display: block;
	line-height: 2em;
	margin: 0 4px;
	padding: 0 5px;
	text-decoration: none;
}
#access li:hover > a,
#access a:focus,
#access li.current_page_item > a {
	border-bottom: 2px dashed #FFCB6B;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul a {
	background-color: #fefefe;
	border-bottom: 1px dotted #ddd;
	color: #84847A;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 180px;
}
#access ul ul *:hover > a {
	background-color: #efefef;
	border-bottom: 1px dotted #ddd;
}
#access ul li:hover > ul {
	display: block;
}

/* apply appearance settings */
#sdrn_bar {
	background: #84847A !important;
	top:28px;
}
#sdrn_menu.sdrn_levels ul li {
  border-bottom: 1px solid #E3E2E2 !important;
  border-top: 1px solid #D7D7D7 !important;
}
#sdrn_menu.sdrn_levels a.sdrn_parent_item {
  border-left: 1px solid #D7D7D7 !important;
}
#sdrn_bar .menu_title, #sdrn_bar .sdrn_icon_menu {
	color: #F2F2F2;
}
#sdrn_menu {
	background: #84847A !important;
}
#sdrn_menu.sdrn_levels ul li {
	border-bottom:1px solid #E3E2E2;
	border-top:1px solid #D7D7D7;
}
#sdrn_menu ul li a {
	color: #CFCFCF;
}
#sdrn_menu ul li a:hover {
	color: #606060;
}
#sdrn_menu.sdrn_levels a.sdrn_parent_item {
	border-left:1px solid #D7D7D7;
}
#sdrn_menu .sdrn_icon_par {
	color: #CFCFCF;
}
#sdrn_menu .sdrn_icon_par:hover {
	color: #606060;
}
#sdrn_menu.sdrn_levels ul li ul {
	border-top:1px solid #E3E2E2;
}
#sdrn_menu.left {
	width:80%;
	left: -80%;
    right: auto;
}
#sdrn_menu.left ul#sdrn_menu_ul, #sdrn_menu.right ul#sdrn_menu_ul {
	padding-top: 70px; /* 42 + 28 */
}
#sdrn_menu.right {
	width:80%;
    right: -80%;
    left: auto;
}

/* show the bar and hide othere navigation elements */
@media only screen and (max-width: 950px) {
	#sdrn_bar { 
		display: block!important; 
		position: absolute !important;
	}
	#access { display:none!important; }
}

/* hide the bar & the menu */


/* =Content
----------------------------------------------- */
.delimiter h1, .delimiter h2 {
	background-color: #fff;
	display: inline;
	padding: 0 12px 0 0;
}
.ng-slideshow {
	background: url('images/gallery_image_border.png') no-repeat;
	background-size: 100%;
	max-height: 606px;
	margin-bottom: 25px;
	padding: 6px;
	max-width: 900px;
}
.ng-slideshow p {
	display: none;
}
.ngg-slideshow img {
	max-height: none !important;
}
#main h2 {
	/*font: 18px 'AmericanTypewriter LT Medium', Times New Roman;*/
	font-size: 18px;
}
.entry-title {
	padding: 15px 0 0.3em 0;
}
.entry-title, .entry-title a {
	color: #84847A;
    text-decoration: none;
}
.entry-title a:hover {
    color: #10cde1;
}
.posted_on {
	background: url('images/squiggle_short.png') right top no-repeat;
	color: #FFCC5C;
	float: left;
	/*font: bold 16px 'AmericanTypewriter LT Medium', Times New Roman;*/
	font-weight: bold;
	font-size: 16px;
	/*font: bold 16px 'JohnDoe', Times New Roman;*/
	height: 43px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
	width: 40px;
}
.post-title {
	display: inline-block;
	max-width: 810px;
	padding-top: 5px;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.post.hentry .entry-content p {
	margin: 0 auto 20px auto;
	text-align: left;
}
.entry-content,
.entry-summary {
	padding: 1.2em 0 0;
}
.page-content {
	margin-top: 20px;
}
.hentry, .no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child, .no-results {
	border-bottom: none;
}
.edit-link a, .commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.edit-link a:hover, .commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
.entry-content img {
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}
.singular .hentry {
	border-bottom: none;
	padding: 2em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-title,
.singular .entry-meta {
}
.singular .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
.custom-nav-prev, .custom-nav-next {
	display: inline-block;
	height: 27px;
	margin-top: 25px;
	padding-top: 5px;
}
.custom-nav-prev {
	background: url('images/arrow_left.png') no-repeat left;
	float: left;
	padding-left: 32px;
}
.custom-nav-next {
	background: url('images/arrow_right.png') no-repeat right;
	float: right;
	padding-right: 32px;
}
.custom-nav-prev a, .custom-nav-next a {
	color: #84847A;
	font-size: 18px;
}
.custom-nav-prev a:hover,
.custom-nav-prev a:active,
.custom-nav-next a:hover,
.custom-nav-next a:active {
	text-decoration: none;
}
body.excerpted-posts .entry-content img {
	float: left;
	margin: 0 !important;
}
body.excerpted-posts a.img-to-permalink {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
body.excerpted-posts .shrink-to-thumbnail {
	height: auto;
	width: 150px !important;
}
/* Activity panel */
.panel-activity {
	margin: 10px 0;
	padding: 0 20px;
}
.panel-activity img {
	margin: 10px 20px 10px 0;
}

/* Facebook panel */
.panel-facebook {
	height: 105px;
	padding: 0 20px;
	overflow: hidden;
}
.fb-like-wrap, .fb-like-box-wrap {
	clear: both;
}
.fb-like-wrap {
	margin: 10px 0;
}
#social {
	background: url('images/column_follow_border.png') no-repeat;
	height: 135px;
	margin: 10px 0;
	position: relative;
	width: 285px;
}
#social img {
	clear: both;
	margin: 65px 3px 0 3px;
}
#social #flower {
	background: url('images/flower_small.png') no-repeat;
	height: 180px;
	left: -25px; 
	position: absolute;
	top: -33px;
	width: 181px;
}
#social #icons {
	padding: 0 10px 0 40px;
	position: absolute;
	z-index: 10;
}
#subscribe {
	margin-top: 20px;
	text-align: center;
}
.two_columns .column {
	float: left;
	text-align: justify;
	width: 420px;
}
.two_columns .column.first {
	margin-right: 60px;
}
/* "About Us" and "More" sections */
.menu-widget li {
	margin-bottom: 10px;
}
.menu-widget li img {
}
.menu-widget li a {
	color: #84847A;
	display: block;
	font: 16px Tahoma;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.menu-widget li a:hover {
	text-decoration: none;
}
.menu-widget li a span {
	
}

/* Mailchimp signup form */
.mad_mimi_title {
	font: 16px 'AmericanTypewriter LT Medium', Times New Roman;
}
#mm_signup {
	margin-left: 15px;
	width: 310px;
}
#subscribe form {
	padding: 5px;
}
.mm_email_input,
#mad_mimi_form2  #signup_email2 {
	background: url('images/signup_input.png') no-repeat;
	float: left;
	height: 27px;
	margin-left: 9px !important;
	width: 201px;
	border: 0px;
}
.mm_email_input input {
	border: none;
	background: transparent;
	height: 22px;
	margin-left: 25px;
	padding: 3px 0 0 5px;
	width: 160px;
}
.mm_signup_submit,
#mad_mimi_form2 .button {
	background: url('images/signup_submit.png') no-repeat;
	float: left;
	margin-left: 5px;
	border: 0px;
	cursor: pointer;
}
.mm_signup_submit .button {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 0;
	height: 27px;
	width: 26px;
}
#mad_mimi_form2 label {
	display: none;
}
#mad_mimi_form2 .madmimi_error label {
	display: block;
}
#mad_mimi_form2 br {
	display: none;
}
.mad_mimi_success {
	color: #10CDE1;
}
.mad_mimi_error {
	color: red;
}
/* Newsletter Page */
#newsletter_signup {
	text-align: center;
	margin: 0 auto;
	width: 285px;
}
/* Home Page */
.top_left {
	float: left;
	margin-right: 30px;
	width: 290px;
}
#our_story {
	background: url('images/ourstory_image_border.png') no-repeat;
	padding: 5px;
	text-align: center;
}
#our_story a {
	color: #84847A;
	font: 18px 'AmericanTypewriter LT Medium', Times New Roman;
}
#our_story img {
  max-width: 100%;
  height: 237px;
}
#home_slideshow {
	background: url('images/image_border.png') no-repeat 0 0;
	background-size: 100%;
	float: left;
	max-height: 382px;
	max-width: 567px;
	padding: 5px;
}
@media (max-width: 867px) {
	.top_left { 
		float: none;
		margin: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#home_slideshow {
		float:none;
		margin: auto;
	}
}
.three_columns.home {
	margin-top: 50px;
}

#mad_mini_form2 label {
  display: none;
}
.jcarousel-skin-figlewicz p{
	margin: 5px 0;
	color: #f5ae00;
	font-size: 16px;
}
.jcarousel-skin-figlewicz .jcarousel-container {
}

.jcarousel-skin-figlewicz .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-figlewicz .jcarousel-container-horizontal {
    max-width: 900px;
    padding: 10px 42px;
    margin-left: -20px;
    margin-right: -20px;}

.jcarousel-skin-figlewicz .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  width: 130px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.jcarousel li a {
	background: url('images/thumb_border.png') no-repeat;
	background-size: 100%;
	padding: 3px 0px;
	display: block;
	width: 140px;
	margin: auto;
}
.jcarousel li a img {
	max-width: 100%;
	height: auto;
}

.jcarousel .jcarousel-control-prev {
    position: absolute;
    top: 32px;
    left: 0px;
    width: 28px;
    height: 27px;
    cursor: pointer;
    background: transparent url('images/prev-horizontal.png') no-repeat 0 0;
}

.jcarousel .jcarousel-control-next {
    position: absolute;
    top: 32px;
    right: 0px;
    width: 28px;
    height: 27px;
    background-image: url('images/next-horizontal.png');
}



/* Portfolio Pages */
#portfolio-left-column {
	background: url('images/squiggle_long.png') no-repeat right 10px;
	float: left;
	/*font-family: 'AmericanTypewriter LT Medium', Times New Roman;*/
	height: 145px;
	padding: 10px 10px 0;
	text-align: center;
	width: 190px;
}
#portfolio-main-content {
	float: left;
	padding-left: 20px;
	max-width: 650px;
}
#portfolio-main-content h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 7px;
}
#portfolio-main-content .entry-content {
	padding: 0;
}
#portfolio-left-column .menu-heading {
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0;
}
#menu-portfolio {
	text-align: center;
}
#menu-portfolio li {
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	padding-left: 28px;
}
#menu-portfolio li.current-menu-item {
	background: url('images/heart.png') no-repeat;
}
#menu-portfolio li a {
	color: #84847A;
}
.strip_wrapper {
	/*margin: -10px;*/
}
.gallery_thumb_feed {
	margin-bottom: 30px;
	position: relative;
}
.gv_frame {
	background: url('images/portfolio_thumb_border.png');
}
.galleries-thumbs {
	max-width: 915px;
	text-align: center;
}
.gallery-thumb {
	text-align: center;
	width: 24%;
	display: inline-block;
	margin: 0 3%;
}
.page-template-template_portfolio .gallery-thumb {
	 width: 24.2%;
	 margin: 0 0%;
}
.page-template-template_portfolio .gallery-thumb-img {
	margin: auto;
}
@media (max-width: 920px) {
	.page-template-template_portfolio .gallery-thumb {
		 width: 30%;
	}
}
@media (max-width: 760px) {
	.gallery-thumb {
		width: 32%;
	}
	.page-template-template_portfolio .gallery-thumb {
		width: 32%;
		margin: 0 2%;
	}
}
@media (max-width: 660px) {
	.page-template-template_portfolio .gallery-thumb {
		width: 210px;
		margin: auto;
		clear: both;
		display: block;
	}
}
@media (max-width: 610px) {
	.gallery-thumb {
		width: 210px;
		margin: auto;
		clear: both;
		display: block;
	}
}
.gallery-thumb-img {
	background: url('images/portfolio_thumb_border.png');
	height: 140px;
    margin-right: 15px;
    width: 210px;
}
.gallery-thumb img {
	cursor: pointer;
	margin: 3px 5px;
}
.gallery-thumb-title {
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
/* People We Trust page */
.pwt-item {
	float: left;
	margin: 10px 12px;
	width: 200px;
}
.pwt-image {
	height: 130px;
	margin-bottom: 5px;
	text-align: center;
}
.pwt-image img{
	margin: 0;
}
.pwt-description {
	font-size: 0.8em;
	text-align: justify;
}
/* Testimonial Page */
.testimonials-item {
	clear: both;
	margin: 20px auto 0 auto;
	text-align: justify;
	width: 700px;
}
.testimonial-img {
	background: url('images/testimonial_thumb_border.png') no-repeat;
	float: left;
	margin: 5px 30px 0 0;
	padding: 3px 5px;
	width: 130px;
}
.testimonial-img img {
	margin: 0;
}
.testimonial-content {
	float: right;
	margin-bottom: 20px;
	width: 530px;
}
.testimonial-author {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
.testimonial-author a {
	color: #FFCC5C;
}
.testimonial-author a:hover {
	text-decoration: none;
}
/* Gallery Page */
.gallery-item {
	float: left;
	margin-right: 34px;
	margin-top: 25px;
	text-align: center;
	width: 277px; 
}
.gallery-item.last {
	margin-right: 0;
}
@media (max-width: 938px) {
	.page-template-template_photobooth_galleries .page-content {
	  margin-top: 20px;
	  text-align: center;
	}
	.gallery-item {
		  float: none;
		  display: inline-block;
	}
	.gallery-item.last {
		margin-right: 34px;
	}
}
.gallery-icon {
	background: url('images/ugallery-thumb-border.png') no-repeat;
	cursor: pointer;
	padding: 2px 0 0 4px;
}
.gallery-item-large {
	display: none;
	left: 0;
	margin-top: 15px;
	position: absolute;
}
.gallery-item-like {
	position: relative;
	height: 25px;
	margin: 15px 0;
}
.gallery-item-like .pin-it-button {
	display: inline-block;
	left: 125px;
	position: absolute;
	top: 0;
}
.gallery-item-like .fb-like  {
	position: absolute;
	left: 0;
	top: 0;
}
.gallery-item-like .view-fs {
	display: inline-block;
	position: absolute;
	right: 0;
}
.gallery-title {
	margin: 10px 0 25px 0;
}
/* Comments link */
div.comments-link a {
	background: #FFCB6B url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
div.comments-link a:hover,
div.comments-link a:focus,
div.comments-link a:active {
	background-color: #b5cf26;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
div.comments-link .leave-reply {
	visibility: hidden;
}

/* =Comments 
----------------------------------------------- */
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 25px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
#comments-title {
	background: url('images/btn_comments.png') no-repeat;
	height: 38px;
	margin: 20px 0;
	width: 146px;
}
.commentlist .comment-body p:last-child {
    margin-bottom: 6px;
}
.reply {
    padding: 0 0 20px;
}
/* Comments form */
#respond {
	margin: 55px 0 24px 0;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	background: url("images/btn_leave_reply.png") no-repeat scroll 0 0 transparent;
	color: transparent;
	cursor: default;
	font-size: 0;
	height: 38px;
	margin: 18px 0;
	width: 280px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 14px;
	text-transform: lowercase;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	clear: both;
	float: right;
	margin-right: 110px;
}
#respond .form-submit input, .wpcf7-submit {
	background: url("images/btn_send.png") no-repeat;
	border: medium none;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	height: 38px;
	margin: 0;
	width: 75px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	max-width: 300px;
}
.comment-form-comment {
	max-width: 500px;
}
.comment_form_left_col {
	float: left;
	max-width: 300px;
}
.comment_form_right_col {
	float: left;
	position: relative;
	max-width: 500px;
}
p.comment-subscription-form {
  display: none;
}
input#author, input#email, input#url,
input#your-name, input#your-email {
	border: none;
	height: 32px;
	padding: 2px 7px;
	width: 255px;
}
input#author, input#url, input#your-name {
	background: url('images/text_input1.png') no-repeat;
}
input#email, input#your-email {
	background: url('images/text_input2.png') no-repeat;
}
textarea#comment {
	background: url('images/textarea.png') no-repeat;
	background-size: 100%;
	border: none;
	max-height: 128px;
	margin: -3px 0 0 -3px;
	overflow: auto;
	padding: 9px;
	resize: none;
	max-width: 477px;
}
.comment_form_chamomile {
	background: url('images/flower_large.png') no-repeat;
	height: 308px;
	position: absolute;
    right: -110px;
    top: -120px;
	width: 308px;
	z-index: -90;
}

@media (max-width: 920px) {
	.comment_form_chamomile {
		right: 0px;
	}
	#respond .form-submit {
		margin-right: 0px;
	}
}

/* =Navigation
----------------------------------------------- */
#main .nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.5em;
}
#main .nav a {
	font-weight: bold;
}
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-above {
	display: none;
	padding: 0 0 1.625em;
}
.paged #nav-above {
	display: block;
}
.nav-above .nav-previous,
.nav-below .nav-previous {
	float: left;
	width: 50%;
}
.nav-above .nav-next,
.nav-below .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Footer
----------------------------------------------- */
.footer p {
	font-size: 0.8em;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.footer a {
	color: #84847A;
}

#request-gallery-link {
	text-align: right;
}
#request-gallery-link a {
	color: #ffcb6b;
}

#sdrn_bar, #sdrn_bar *, #sdrn_menu, #sdrn_menu * {
	font-family: 'AmericanTypewriter LT Medium', 'Times New Roman', Serif !important;
}
#sdrn_bar .sdrn_ic span {
	background: #F2F2F2 !important;
}

/* = Associates
----------------------------------------------- */

.associates .delimiter {
  height: 30px;
}
.associates .delimiter .entry-title {
  font-size: 30px;
  line-height: 1;
  padding: 0 64px 0 0;
}

.associates .associate {
  padding: 20px 0;
}

.associates .title {
  font-size: 16px !important;
  line-height: 1;
  margin-bottom: 1.5em;
}
.single .associates .title {
  font-size: 30px !important;
}
.associates .name,
.associates .name a {
  color: #f4ad00;
  font-size: 18px !important;
  line-height: 1;
}

.associates .associate .button {
  display: inline-block;
  background: #ffca00;
  border:2px solid #ffca00;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}

.associates .associate .button:hover {
  background: #FFF;
  color: #ffca00;
}

.associates .associate .associate-image {
  float: left;
  padding: 5px;
  background: url('images/ourstory_image_border.png') no-repeat;
  background-size: 100% 100%;
  width: 150px;
}

.associates .associate .associate-image img {
  width: 148px;
  height: 148px;
}

.associates .associate .associate-info {
  float: left;
  max-width: 675px;
  padding-left: 30px;
}

.associates .associate.first {
  padding: 50px 0;
}

.associates .associate.first .button {
  font-size: 20px;
  line-height: 1;
}

.associates .associate.first .associate-info {
  max-width: 620px;
  padding-left: 0;
}
.associates .associate.first .associate-image {
  float: right;
  width: 212px;
}
@media (max-width: 874px) {
	.associates .associate.first .associate-image {
		float: none;
		margin: 20px auto;
	}
	.associates .associate .associate-info {
		float:none;
		margin: auto;
		padding: 0px;
	}
	.associates .associate .associate-image {
		float:none;
		margin: 20px auto;
	}
}
.associates .associate.first .associate-image img {
  width: 210px;
  height: 210px;
}

.associates .delimiter.margin {
  padding: 30px 0;
}

.others-associate .associate-image img {
  width: 148px !important;
  height: 148px !important;
}
.others-associate .associate-image {
  float: left !important;
  text-align: center;
  width: 150px !important;
  margin-right: 15px;
}