/*
	Theme Name: Signature
	Description: Based on HTML5 Blank WordPress Theme
  Author: Cami's Brother
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color: black;
	background: white;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: black;
	text-decoration:underline;
}
a:hover {
	color: black;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*
    STRUCTURE
*------------------------------------*/

.outer-wrapper-top {
	background: white;
	clear: both;
}
.outer-wrapper-bottom {
	background: black;
	clear: both;
}

/* wrapper */
.inner-wrapper {
	max-width: 1024px;
	margin:0 auto;
	position:relative;
	clear: both;
}

/* header */
.header {}

/* logo */
.logo { float: left; }
.logo-img { max-width: 200px;}

/* nav */
.nav {}

/* sidebar */
.sidebar {}

.header,
main, .sidebar,
.footer-main, .footer-sidebar {
	padding: 20px;
}
.footer {
	padding-bottom: 30px;
}

/* footer */
.footer {
	/*background: black;*/
	color: white;
	/*padding: 30px;*/
	/*padding-bottom: 45px;*/
	clear:both;
	/*max-width: 1024px;*/
	margin: 0 auto;
	position: relative;
}

/*------------------------------------*\
  PAGES
\*------------------------------------*/

/* Home */

#photo {
	background-image: url("img/cbbc_painting.jpg");
	background-position: center;
	background-size: cover;
}

.home main > section,
.page main > section {
	border-top: 20px solid black;
}

.home article {
	margin-bottom: 4em;
}

/* NO MORE FACEBOOK FEED */
/* Facebook Feed as Home */
/* .home.facebook-feed h1 { display:none; } */
/* .home h1 { display: none; } */


/*------------------------------------*\
  COLOR
\*------------------------------------*/

.fa {
	color: #B8E986;
}

.footer .fa {
	color: white;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* @font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=b29b89f8-cecc-43cd-92e2-e69c1d051e4b");
@font-face{
	font-family:"Garamond Prmr W01 Roman";
	src:url("fonts/garamond-premier/e13c668b-9fd5-42df-af31-9bff116a7779.eot?#iefix");
	src:url("fonts/garamond-premier/e13c668b-9fd5-42df-af31-9bff116a7779.eot?#iefix") format("eot"),
		url("fonts/garamond-premier/a657e5a6-b8c1-4bb1-b32c-07f30267c841.woff2") format("woff2"),
		url("fonts/garamond-premier/2423d458-08d5-459c-9e27-91853c14f933.woff") format("woff"),
		url("fonts/garamond-premier/1937c512-f16e-4740-ac82-110c799b9f0f.ttf") format("truetype"),
		url("fonts/garamond-premier/9de4acc0-0eb8-4a43-9994-6af26044e774.svg#9de4acc0-0eb8-4a43-9994-6af26044e774") format("svg");
}
@font-face{
	font-family:"Garamond Prmr W01 It";
	src:url("fonts/garamond-premier/63ecddac-ab2a-4d19-84c3-9d36fffbab4e.eot?#iefix");
	src:url("fonts/garamond-premier/63ecddac-ab2a-4d19-84c3-9d36fffbab4e.eot?#iefix") format("eot"),
		url("fonts/garamond-premier/0698783c-52c3-4f94-9025-fe5a53f96b34.woff2") format("woff2"),
		url("fonts/garamond-premier/425d55a4-c813-4b58-a0cb-9e52cea9510c.woff") format("woff"),
		url("fonts/garamond-premier/17633b20-a10d-4ee7-a6c0-5dde1240a218.ttf") format("truetype"),
		url("fonts/garamond-premier/79376760-7068-45cb-975c-bd44875f4f2d.svg#79376760-7068-45cb-975c-bd44875f4f2d") format("svg");
} */

body {
	font-family: 'garamond-premier-pro', Georgia, serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
}

h1,
h3 {
	font-size: 35px;
	font-weight: normal;
	margin: 12px 0 0 34px;
}
h1 {
	margin-bottom: 30px;
}
.single h1 {
	margin-left: 0; /* no icon? no left space... */
}

h1 .fa,
h3 .fa {
	font-size: 0.8em;
	position: absolute;
	margin-top: 6px;
	margin-left: -34px;
}

/*------------------------------------*\
	WIDGETS
\*------------------------------------*/

#contact-top {
	padding-top: 45px;
	float: left;
	clear: left;
}
.sidebar [class^="widget"] {
	border-top: 20px solid #000;
}

/* Widgets - Specific */
.hours_widget,
.widget_text {
	margin-bottom: 60px;
}

.hours_widget p,
.widget_contact p {
	margin: 0 0 12px 34px;
}
.hours_widget .fa,
.widget_contact .fa {
  position: absolute;
	margin-left: -34px;
	width: 26px;
	text-align: center;
}
.sidebar .hours_widget,
.sidebar .widget_contact {
	border-top: none;
	margin-bottom: 30px;
}
.hours_widget .contact-address,
.widget_contact .contact-address {
	font-size:30px;
	line-height: 1;
}
.hours_widget .contact-title,
.widget_contact .contact-title {
	margin-left: 0;
}


/* Widgets - Custom Facebook Feed */
.cff-wrapper {
	margin-top: 30px;
}

#cff a {
	text-decoration: underline;
	color: black;
}

#cff .cff-photo,
#cff .cff-photo img {
	width: 100%;
	max-width: auto;
}

#cff .cff-photo:after,
#cff .cff-event-thumb:after,
#cff .cff-html5-video:after {
	border: none;
}
#cff .cff-details {
	margin-left: 0;
}

#cff .cff-details p {
	font-size: inherit;
}

#cff .cff-details .cff-where {
	margin-top: -5px;
}

#cff h4 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.1;
}

#cff a h4 {
	color: black;
	text-decoration: underline;
}

#cff .cff-post-links {
	float: left;
}

#cff .cff-post-links,
#cff .cff-post-links a,
#cff .cff-expand a {
	font-size: inherit;
	color: black;
}

#cff .cff-album .cff-story {
	display: none;
}

#cff .cff-item {
	border-bottom: 3px solid black;
	padding: 90px 0 15px 0;
}

.footer a {
	text-decoration: underline;
	color: white;
}


/* Gravity forms general */

a.button,
input[type='submit'] {
	border: 3px solid black;
	background: white;
	padding: 0.5em 0.65em;
}
.footer a.button {
	border-color: white;
	background: transparent;
	text-decoration: none;
}

.gform_wrapper {
	width: 100%;
}

.gform_wrapper input[type='text'],
.gform_wrapper textarea {
	width: 100%;
	border: 1px solid black;
}

.ginput_container > span {
	display: block;
}

.gform_fields {
	padding-left: 0;
}

.gfield {
  list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 20px;
}

.ginput_container > span label {
	display: block;
	font-size: 0.8em;
}


.gfield_description.validation_message,
.gform_wrapper div.validation_error {
	color: orange;
  border: none;
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
}

.gfield_description.validation_message {
	margin-top: 0.5em;
}
.gform_wrapper div.validation_error {
	margin-bottom: 1em;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none;
	background: none;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error select, .gform_wrapper li.gfield_error textarea {
	border: 1px solid orange;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {


}
@media only screen and (min-width:375px) {
	.widget_contact .contact-address {
		font-size:35px;
	}
	.header,
	main, .sidebar,
	.footer-main, .footer-sidebar {
		padding: 30px;
	}
	.footer {
		padding-bottom: 45px;
	}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}
	.footer-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	main p {
		font-size: 24px;
	}
	#photo {
		float: right;
		width: calc(100% - 370px);
		height: 580px;
		margin-top: -30px;
	}
	#cff .cff-timeline-event .cff-details {
		float: left;
		width: 340px; /* 30px padding between image and text column */
	}
	#cff .cff-timeline-event .cff-event-thumb {
		float: right;
		width: calc(100% - 370px);
	}
}
@media only screen and (min-width:1024px) {
	/* reset tablet portrait settings */
	#cff .cff-timeline-event .cff-event-thumb,
	#cff .cff-timeline-event .cff-details {
		float:none;
		width:auto;
	}
  /**/

	#contact-top {
		width: 370px;
	}
  .footer-sidebar,
	.sidebar {
		float:left;
		width: 370px;
	}
	.footer-main,
	main {
		float: right;
		width: calc(100% - 370px);
	}
	.gform_wrapper {
		width: 70%;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
