/*
Theme Name: Elisa Bricker
Theme URI: http://www.elisabricker.com/
Description: Custom Wordpress theme built for Elisa Bricker.
Version: 1.0.1
Author: Mathew Smith
Author URI: http://www.stitchdesignco.com/
Tags: blue, white, two-columns, fixed-width
*/

@font-face {
	font-family: "SackersClassicRomanW01-";
	src: url("fonts/3fda0592-ed3d-408f-b168-45a1efbce681.eot?#iefix");
	src: url("fonts/3fda0592-ed3d-408f-b168-45a1efbce681.eot?#iefix") format("eot"),
	     url("fonts/b13babc6-9363-48aa-bb41-4c337d851ad9.woff2") format("woff2"),
	     url("fonts/3ba8c8be-5177-4201-8d03-28beb6158c24.woff") format("woff"),
	     url("fonts/f0a49b07-2edb-41e4-aa6d-2882861b905e.ttf") format("truetype"),
	     url("fonts/122cb287-3ac9-4512-af68-6ff88ddd9834.svg#122cb287-3ac9-4512-af68-6ff88ddd9834") format("svg");
}

@font-face {
	font-family: "Didot W01 Roman";
	src: url("fonts/dd077a5a-5331-4833-8a24-e3afbe24d92e.eot?#iefix");
	src: url("fonts/dd077a5a-5331-4833-8a24-e3afbe24d92e.eot?#iefix") format("eot"),
	     url("fonts/ca8dded6-b7b2-4d3c-b45e-a32de5023d4d.woff2") format("woff2"),
	     url("fonts/8cf278e2-5b07-4c21-97da-4762c9ea76c1.woff") format("woff"),
	     url("fonts/488ffbea-dc53-43b4-a9e2-d5bff132a85d.ttf") format("truetype"),
	     url("fonts/972bb961-7f13-4e8d-8c1f-034e3f4e7517.svg#972bb961-7f13-4e8d-8c1f-034e3f4e7517") format("svg");
}

@font-face {
	font-family: "Didot W01 Italic";
	src: url("fonts/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot?#iefix");
	src: url("fonts/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot?#iefix") format("eot"),
	     url("fonts/abe3d3a9-c990-459f-9407-54ac96cd2f00.woff2") format("woff2"),
	     url("fonts/09a4b57b-7400-4d30-b4ba-d6e303c57868.woff") format("woff"),
	     url("fonts/a0cb08d5-975f-4c8d-bcdc-d771a014d92a.ttf") format("truetype"),
	     url("fonts/86d60a09-e8f8-4003-b688-0f8a2aba6532.svg#86d60a09-e8f8-4003-b688-0f8a2aba6532") format("svg");
}

@font-face {
	font-family: "Sweet Sans SC";
	src: url("fonts/SweetSans_SC.eot");
	src: url("fonts/SweetSans_SC.eot?#iefix") format('embedded-opentype'),
	     url("fonts/SweetSans_SC.woff") format("woff"),
	     url("fonts/SweetSans_SC.ttf") format("truetype"),
	     url("fonts/SweetSans_SC.svg#SweetSans-SC") format("svg");
}

@font-face {
	font-family: "Sweet Sans Medium SC";
	src: url("fonts/SweetSans_MediumSC.eot");
	src: url("fonts/SweetSans_MediumSC.eot?#iefix") format('embedded-opentype'),
	     url("fonts/SweetSans_MediumSC.woff") format("woff"),
	     url("fonts/SweetSans_MediumSC.ttf") format("truetype"),
	     url("fonts/SweetSans_MediumSC.svg#SweetSans-MediumSC") format("svg");
}

@font-face {
	font-family: "Sweet Sans Extra Light SC";
	src: url("fonts/SweetSans_ExtraLightSC.eot");
	src: url("fonts/SweetSans_ExtraLightSC.eot?#iefix") format('embedded-opentype'),
	     url("fonts/SweetSans_ExtraLightSC.woff2") format("woff2"),
	     url("fonts/SweetSans_ExtraLightSC.woff") format("woff"),
	     url("fonts/SweetSans_ExtraLightSC.ttf") format("truetype"),
	     url("fonts/SweetSans_ExtraLightSC.svg#sweet_sansXLtsmallcaps") format("svg");
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	padding-top: 72px;
}

body.home {
	padding-top: 0px;
}

a:hover, a:active, a:visited, a:focus {
	text-decoration: none;
}

.affix {
	position: fixed !important;
	top: 0;
	width: 100%;
}

::-webkit-input-placeholder {
	color: #494B59;
	opacity: 1;
}

:-moz-placeholder {
	color: #494B59;
	opacity: 1;
}

::-moz-placeholder {
	color: #494B59;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #494B59;
	opacity: 1;
}

a.showLine, a.hideLine {
	display: inline-block;
}

a.showLine::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #494B59;
	transition: width 0.3s;
	margin-top: 6px;
}

a.showLine:hover::after {
	width: 100%;
}

a.hideLine::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #494B59;
	transition: width 0.3s;
	margin-top: 6px;
}

a.hideLine:hover::after {
	width: 0;
}

.container, .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.row {
	margin-left: -30px;
	margin-right: -30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 30px;
	padding-right: 30px;
}

.homeGallery {
	height: 100%;
	width: 100%;
	position: relative;
}

.homeGallery .overlay {
	display: table;
	height: 100%;
	width: 100%;
}

.homeGallery .inner {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 0px;
	display: table-cell;
	vertical-align: middle;
}

.homeGallery h1 {
	font-family: "SackersClassicRomanW01-";
	letter-spacing: 0.2em;
	color: white;
	margin: 0px;
	text-transform: uppercase;
	font-size: 3.14em;
}

.homeGallery h2 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 24px;
	font-family: "Sweet Sans Extra Light SC";
	letter-spacing: 0.2em;
	font-size: 0.93em;
	text-transform: uppercase;
	color: white;
}

.homeGallery p {
	padding-top: 24px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/arrow_down_white.png);
	font-family: "Sweet Sans Extra Light SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.64em;
	width: 100%;
	color: white;
	bottom: 30px;
	position: absolute;
	margin: 0px;
}

.navbar {
	z-index: 1000;
	/*position: relative;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	border: none;
}

.navbar-default {
	border-style: none;
	background-color: white;
}

/*.navbar .container {
	line-height: 0;
}*/

/*.navbar-header {
	margin-bottom: -50px;
	float: left;
	width: 100%;
}*/

.container > .navbar-header {
	margin-left: -30px;
	margin-right: -30px;
}

.navbar-default .navbar-toggle {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin-top: 60px;*/
	margin-right: 30px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 10000; padding-left: 10px; padding-right: 10px; margin-right: 20px; /* bcb edit */
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #494B59;
	transition: background-color 0.3s;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #E3E7ED;
}

.navbar-brand {
	display: none;
}

.navbar-brand-mobile {
	font-family: "SackersClassicRomanW01-";
	letter-spacing: 0.2em;
	color: #494B59;
	margin: 0px;
	text-transform: uppercase;
	font-size: 1.43em;
	line-height: 32px;
	text-align: center;
	display: block;
	padding-left: 52px;
	transition: color 0.3s;
}

.navbar-brand-mobile:hover {
	color: #E3E7ED;
}

.navbar-default .navbar-collapse {
	border: none;
}

.navbar-nav {
	margin-top: 30px;
}

.navbar-default .navbar-nav > li > a {
	line-height: 1em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px 0;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.93em;
	color: #494B59;
	text-align: center;
}

.homeFeatured {
	padding-bottom: 50px;
}

.homeFeatured hr.top {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 150px;
}

.homeFeatured .title {
	padding-bottom: 40px;
	padding-top: 80px;
}

.homeFeatured h2 {
	margin: 0px;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
	color: #494B59;
}

/*.text-top {
	vertical-align: top;
}

.text-middle {
	vertical-align: middle;
}

.text-bottom {
	vertical-align: bottom;
}*/

.verticalText {
	position: relative;
}

.homeFeatured h4 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.homeFeatured .photo {
	position: relative;
}

.homeFeatured .photo img {
	height: auto;
	width: 100%;
}

.homeFeatured .photo .overlay {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity 0.3s;
}

.homeFeatured .photo a:hover .overlay {
	opacity: 1;
}

.homeFeatured .divider {
	padding-bottom: 30px;
	padding-top: 50px;
}

.homeFeatured hr.caption {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.homeFeatured h3 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.79em;
}

.homeFeatured p {
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
}

.homeFeatured a.more {
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.homeFeatured a.more:hover {
	text-decoration: none;
}

.homeFeatured a.view {
	/*padding-bottom: 20px;
	border-bottom-color: #494B59;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.homeFeatured a.view:hover {
	text-decoration: none;
}

.homeFeatured h5 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: right top;
	white-space: nowrap;
	position: absolute;
	top: 0px;
	right: 15px;
}

.homeFeatured h5 hr {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	border-top-color: #494B59;
}

body.home a.testimonial {
	display: block;
}

.homeTestimonial {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #E3E7ED;
}

.homeTestimonial h4 {
	font-family: "Sweet Sans SC";
	font-size: 0.71em;
	line-height: 1.5em;
	margin: 0px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: white;
}

.homeTestimonial h4 hr {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline-block;
	width: 10px;
	vertical-align: middle;
	border-top-color: white;
}

.homeTestimonial p {
	line-height: 1.2em;
	margin-bottom: 50px;
	margin-top: 50px;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
	color: #C2D0DA;
	transition: color 0.3s;
}

.homeQuote {
	padding-top: 50px;
}

.homeQuote .col-md-4 {
	padding-bottom: 30px;
}

.homeQuote h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
}

.homeQuote hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.homeQuote h4 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.79em;
}


.homeQuote h5 {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	font-size: 0.71em;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.homeQuote h5 {
		margin-bottom: 30px;
	}
}

.homeQuote a.more, .aboutTeam.onHome a.more {
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.homeQuote a.more, .aboutTeam.onHome a.more {
	text-decoration: none;
}

.aboutTeam.onHome a.more {
	margin-top: 60px;
}

@media screen and (max-width: 991px) {
	.homeQuote a.more {
		float: left;
		margin-bottom: 20px;
	}
}

.homeQuote .contact {
	margin-right: 30px;
	text-align: right;
}

@media screen and (max-width: 991px) {
	.homeQuote .contact {
		text-align: left;
		margin-right: calc(100% - 100px);
	}
}

.homeQuote a.more h3 {
	margin-bottom: 0;
	margin-top: 30px;
	text-transform: capitalize;
}

.homeQuote a.more h3 {
	transition: color 0.3s;
}

.homeQuote a.more:hover h3 {
	color: #E3E7ED;
}

.homeQuote img {
	height: auto;
	width: 100%;
}

.homeQuote h6 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #E3E7ED;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.backToTop a.top {
	margin-top: 20px;
	/*padding-top: 24px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/arrow_up_blue.png);*/
	padding-bottom: 24px;
	display: block;
	border-bottom-color: #494B59;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-transform: uppercase;
	color: #494B59;
	font-family: "Sweet Sans Extra Light SC";
	letter-spacing: 0.2em;
	font-size: 0.71em;
	transition: color 0.3s;
}

.backToTop a.top:before {
	content: url(images/arrow_up_blue.png);
	display: block;
	margin-bottom: 10px;
	opacity: 1;
	transition: opacity 0.3s;
}

.backToTop a.top:hover {
	text-decoration: none;
	color: #E3E7ED;
}

.backToTop a.top:hover:before {
	opacity: 0.25;
}

footer {
	padding-bottom: 40px;
	padding-top: 40px;
}

footer .col-md-4, footer .col-md-6 {
	padding-top: 15px;
	padding-bottom: 15px;
}

footer p {
	margin: 0px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1.14em;
	text-align: center;
}

footer img {
	max-width: 218px;
	height: auto;
}

footer .social {
	text-align: center;
	margin-bottom: 0px;
}

footer .social li {
	padding-right: 12px;
	padding-left: 12px;
}

footer .social li a {
	font-size: 1.2em;
	color: #494B59;
	transition: color 0.3s;
}

footer .social li a svg {
	width: 15px;
	height: 15px;
}

footer .social li a svg .st0 {
	transition: fill 0.3s;
}

footer .social li a:hover svg .st0 {
	fill: #E3E7ED;
}

footer .social li a:hover {
	color: #E3E7ED;
}

footer form label {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	font-family: "Sweet Sans SC";
	font-style: normal;
	font-weight: normal;
	color: #494B59;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.57em;
}

footer .form-inline .form-control {
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	border-bottom-color: #494B59;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	line-height: normal;
	width: 100%;
	height: auto;
	padding: 0;
}

/*footer .form-control:focus {
	box-shadow: none;
	border-bottom-color: #494B59;
}*/

footer .btn-default {
	font-family: "Didot W01 Roman";
	line-height: normal;
	font-size: 0.71em;
	background-color: transparent;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	padding: 0px;
	border-style: none;
	border-radius: 0;
	transition: color 0.3s;
}

footer .btn-default:hover {
	background-color: transparent;
	color: #E3E7ED;
}

footer .siteby {
	font-family: 'Sweet Sans SC';
	font-size: 0.57em;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #C2D0DA;
	margin-top: 10px;
}
footer .siteby a { 
	display: inline; 
	color: #C2D0DA; 
	transition: color 0.3s ease;
}
footer .siteby a:hover { color: #E3E7ED; }

/*.aboutVideo {
	margin-top: -50px;
}

.aboutVideo img {
	height: auto;
	width: 100%;
}*/

.aboutVideo {
	/*margin-top: -50px;*/
	position: relative;
	padding-bottom: 42.5%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.aboutVideo iframe, .aboutVideo object, .aboutVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutTeam {
	padding-top: 50px;
}

.aboutTeam.onHome {
	padding-bottom: 150px;
}


.aboutTeam hr.top {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 150px;
}

.aboutTeam .profile .col-md-4 {
	padding-bottom: 30px;
}

.aboutTeam h6 {
	text-transform: uppercase;
	color: #E3E7ED;
	margin: 0px;
	letter-spacing: 0.2em;
	font-size: 0.71em;
	font-family: "Sweet Sans SC";
}

.aboutTeam .profile h6 {
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
	position: absolute;
	bottom: 30px;
	left: 15px;
}

.aboutTeam h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
}

.aboutTeam .profile hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.aboutTeam h4 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.aboutTeam h4 a {
	color: #494B59;
}

.aboutTeam h5 {
	line-height: 1.5em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1em;
}

.aboutTeam img {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: 100%;
}

.aboutTeam p {
	font-family: "Didot W01 Roman";
	font-size: 1em;
	color: #494B59;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
}

.aboutTeam a.connect {
	margin-bottom: 20px;
	/*display: inline-block;
	padding-bottom: 12px;
	border-bottom-color: #494B59;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.aboutTeam a.connect:hover {
	text-decoration: none;
}

.aboutTeam a.view {
	margin-top: 60px;
	/*display: inline-block;
	padding-bottom: 12px;
	border-bottom-color: #494B59;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.aboutTeam a.view:hover {
	text-decoration: none;
}

.aboutTeam .profile.right h6 {
	transform-origin: right top;
	left: auto;
	bottom: 50%;
	right: 15px;
}

/*.portfolioGallery {
	margin-top: -50px;
}*/

.portfolioGallery .col-md-4, .portfolioGallery .col-lg-6 {
	padding-bottom: 30px;
}

.portfolioGallery a {
	position: relative;
	display: block;
}

.portfolioGallery img {
	height: auto;
	width: 100%;
}

.portfolioGallery .overlay {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	transition: opacity 0.2s ease-in;
}

.portfolioGallery .fadedBack {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
}

.portfolioGallery .outer {
	height: 100%;
	width: 100%;
	display: table;
}

.portfolioGallery .inner {
	display: table-cell;
	vertical-align: middle;
}

.portfolioGallery .inner .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.portfolioGallery .inner .row {
	margin-left: -15px;
	margin-right: -15px;
}

.portfolioGallery .inner .col-md-8 {
	padding-left: 15px;
	padding-right: 15px;
}

.portfolioGallery h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
}

.portfolioGallery hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.portfolioGallery h4 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.portfolioGallery p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Sweet Sans SC";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
}

.detailFeatured {
	padding-bottom: 30px;
}

.detailFeatured hr.top {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 150px;
}

.detailFeatured .title {
	padding-bottom: 40px;
	padding-top: 80px;
}

.detailFeatured h2 {
	margin: 0px;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
	color: #494B59;
}

.detailFeatured h4 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.detailFeatured img {
	height: auto;
	width: 100%;
}

.detailFeatured .divider {
	padding-bottom: 30px;
	padding-top: 50px;
}

.detailFeatured hr.caption {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.detailFeatured h3 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.detailFeatured p {
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
}

.detailFeatured h5 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: right top;
	white-space: nowrap;
	position: absolute;
	top: 0px;
	right: 15px;
}

.detailFeatured h5 hr {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	border-top-color: #494B59;
}

.detailGallery img {
	height: auto;
	width: 100%;
}

.detailGallery .col-md-5, .detailGallery .col-md-10, .detailGallery .col-lg-6, .detailGallery .col-md-12 {
	padding-bottom: 30px;
}

.detailGallery hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.detailGallery h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	line-height: 1.2em;
	font-size: 1.29em;
}

.detailCredits {
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #F8F3EE;
}

.detailCredits h6 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
	position: absolute;
	top: 41%;
	left: 15px;
}

.detailCredits p {
	margin-left: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "Didot W01 Roman";
	font-size: 1em;
	color: #494B59;
}

.detailCredits p em {
	font-family: "Didot W01 Italic";
	font-style: normal;
}

.detailCredits a.back {
	color: #494B59;
	font-family: "Didot W01 Roman";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
}

.detailCredits a.back:hover {
	text-decoration: none;
}

.detailCredits .col-md-2 {
	margin-top: 50px;
}

.detailCredits ul {
	display: inline-block;
}

.detailCredits a {
	color: #494B59;
    transition: color 0.3s;
}

.detailCredits a:hover {
	color: #e7ded2;
}

.detailCredits ul li a {
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
	transition: color 0.3s;
}

.detailCredits ul li a:hover {
	color: #e7ded2;
}

.detailCredits ul li:nth-of-type(2) {
	border-top-color: #494B59;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	margin-top: 10px;
}

.pressTitle, .weddingsTitle {
	padding-bottom: 65px;
	padding-top: 65px;
}

.praiseTitle, .engagementsTitle {
	padding-bottom: 65px;
	padding-top: 50px;
}

.pressTitle h2, .praiseTitle h2, .weddingsTitle h2, .engagementsTitle h2 {
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
	margin: 0px;
}

.pressTitle a.praise, .praiseTitle a.press, .weddingsTitle a.engagements, .engagementsTitle a.weddings {
	margin-top: 40px;
	/*padding-bottom: 20px;
	display: inline-block;
	border-bottom-color: #494B59;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.pressTitle a.praise:hover, .praiseTitle a.press:hover, .weddingsTitle a.engagements:hover, .engagementsTitle a.weddings:hover {
	text-decoration: none;
}

.pressFeatured, .praiseFeatured {
	padding-bottom: 160px;
}

.pressFeatured h3, .praiseFeatured h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 100px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 3.57em;
}

.pressFeatured hr.title, .praiseFeatured hr.title {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.pressFeatured h4, .praiseFeatured h4 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.79em;
}

.pressFeatured a.article, .praiseFeatured a.more {
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.pressFeatured a.article:hover, .pressFeatured a.article:focus, .pressFeatured .photo a:focus, .praiseFeatured a.more:hover, .praiseFeatured a.more:focus, .praiseFeatured .photo a:focus {
	text-decoration: none;
	outline: none;
}

.pressFeatured .photo, .praiseFeatured .photo {
	position: relative;
}

.pressFeatured .photo img, .praiseFeatured .photo img {
	height: auto;
	width: 100%;
}

.pressFeatured .photo .overlay, .praiseFeatured .photo .overlay {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity 0.3s;
}

.pressFeatured .photo a:hover .overlay, .praiseFeatured .photo a:hover .overlay {
	opacity: 1;
}

.pressFeatured h6 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #E3E7ED;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: right top;
	white-space: nowrap;
	position: absolute;
	top: 0px;
	right: 15px;
}

.praiseFeatured h6 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #E3E7ED;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.praiseFeatured h6 hr {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	border-top-color: #E3E7ED;
}

.praiseListing {
	padding-bottom: 20px;
}

.pressListing .col-md-6, .praiseListing .col-md-6 {
	padding-bottom: 30px;
}

.pressListing a:hover, .pressListing a:focus, .praiseListing a:hover, .praiseListing a:focus {
	/*text-decoration: none;*/
	outline: none;
}

.pressListing .box, .praiseListing .box {
	/*margin-bottom: 30px;*/
	background-color: #E3E7ED;
	width: 100%;
	display: table;
}

.pressListing .photo, .pressListing .content, .praiseListing .photo, .praiseListing .content {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.pressListing .photo, .praiseListing .photo {
	position: relative;
}

.pressListing .photo img, .praiseListing .photo img {
	height: auto;
	width: 100%;
}

.pressListing .photo .overlay, .praiseListing .photo .overlay {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity 0.3s;
}

.pressListing a:hover .photo .overlay, .praiseListing a:hover .photo .overlay {
	opacity: 1;
}

.pressListing .content .container-fluid, .praiseListing .content .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.pressListing .content .row, .praiseListing .content .row {
	margin-left: -15px;
	margin-right: -15px;
}

.pressListing .content .col-md-8, .praiseListing .content .col-md-8 {
	padding-left: 15px;
	padding-right: 15px;
}

.pressListing .box h5, .praiseListing .box h5 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1.14em;
}

.pressListing .box hr, .praiseListing .box hr {
	width: 50px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.pressListing .box p, .praiseListing .box p {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 0.86em;
}

.pressListing .box h6, .praiseListing .box h6 {
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
	line-height: 1.5em;
	display: inline-block;
	margin: 0px;
}

/*.modal-backdrop {
	z-index: 1010;
}

.modal {
	z-index: 9999;
}*/

.modal.fade .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.modal-content {
	height: 100%;
	border: none;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.95);
	overflow: auto;
}

.modal-content .outer {
	display: table;
	width: 100%;
	height: 100%;
}

.modal-content .inner {
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}

.modal-content .container {
	position:relative;
}

.modal-content a.close {
	float: none;
	position: absolute;
	top: 0px;
	right: 30px;
	font-family: "Sweet Sans Extra Light SC";
	font-size: 1.79em;
	color: #494B59;
	font-weight: normal;
	line-height: 1em;
	opacity: 1;
	text-shadow: none;
	filter: none;
}

.modal-content a.back {
	color: #494B59;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: "Didot W01 Roman";
	font-size: 0.71em;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	transition: color 0.3s;
}

.modal-content a.next {
	color: #494B59;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: "Didot W01 Roman";
	font-size: 0.71em;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	transition: color 0.3s;
}

.modal-content a.back:hover, .modal-content a.next:hover {
	text-decoration: none;
	color: #E3E7ED;
}

.cycle-slideshow img {
	max-width: 100%;
	height: auto;
}

.modal-content h5 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1.43em;
}

.praiseFeatured .modal-content h5, .praiseListing .modal-content h5 {
	margin-bottom: 20px;
}

.modal-content hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 100px;
	margin-top: 0px;
}

.modal-content p {
	line-height: 1.2em;
	margin: 0px;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
	color: #B2C4D0;
}

/*.workshopsPhoto {
	margin-top: -50px;
}*/

.workshopsPhoto img {
	height: auto;
	width: 100%;
}

.workshopsInfo {
	padding-bottom: 30px;
	padding-top: 50px;
}

.workshopsInfo hr.top {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 150px;
}

.workshopsInfo .photo img,
.contactInfo .photo img {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: 100%;
}

.workshopsInfo h4 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.workshopsInfo .photo h4 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.workshopsInfo .photo p {
	font-family: "Didot W01 Roman";
	font-size: 1em;
	color: #494B59;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
}

.workshopsInfo h3 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 10px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
}

.workshopsInfo .content hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.workshopsInfo h5 {
	line-height: 1.5em;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 24px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1em;
}

.workshopsInfo a.register {
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

.workshopsInfo a.register:hover {
	text-decoration: none;
}

.workshopsSchedule .col-md-4 {
	padding-bottom: 30px;
}

.workshopsSchedule hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 0px;
}

.workshopsSchedule h4 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.workshopsSchedule h5 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
}

.workshopsSchedule ul {
	margin-top: 8px;
	padding-left: 0;
	list-style: none;
}

.workshopsSchedule li {
	padding-left: 20px;
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1em;
}

.workshopsSchedule img {
	width: 100%;
	height: auto;
}

.workshopsSchedule p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
}

.workshopsSchedule form {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 50px;
}

.workshopsSchedule form label {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	font-family: "Sweet Sans SC";
	font-style: normal;
	font-weight: normal;
	color: #494B59;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.57em;
}

.workshopsSchedule .form-inline .form-control {
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	border-bottom-color: #494B59;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	line-height: normal;
	width: 100%;
	height: auto;
	padding: 0;
}

/*.workshopsSchedule .form-control:focus {
	box-shadow: none;
	border-bottom-color: #494B59;
}*/

.workshopsSchedule .btn-default {
	font-family: "Didot W01 Roman";
	line-height: normal;
	font-size: 0.71em;
	background-color: transparent;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	padding: 0px;
	border-style: none;
	border-radius: 0;
	transition: color 0.3s;
}

.workshopsSchedule .btn-default:hover {
	background-color: transparent;
	color: #E3E7ED;
}

.workshopsSchedule h6 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: right top;
	white-space: nowrap;
	position: absolute;
	top: 0px;
	right: 15px;
}

.workshopsSchedule h6 hr {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	border-top-color: #494B59;
}

.workshopsPraise h6 {
	margin: 0px;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 15px;
}

.workshopsPraise hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 40px;
}

.workshopsPraise h4 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.workshopsPraise .quote {
	width: 100%;
}

.workshopsPraise p {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 40px;
	font-family: "Didot W01 Italic";
	font-size: 1.43em;
	color: #494B59;
}

.workshopsPraise h5 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	font-family: "Sweet Sans Medium SC";
	letter-spacing: 0.2em;
	font-size: 0.71em;
	text-transform: uppercase;
	color: #494B59;
}

.workshopsPraise .more {
	margin-top: 80px;
}

.workshopsPraise .more a {
	/*padding-bottom: 20px;
	display: inline-block;
	border-bottom-color: #494B59;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	color: #494B59;
	font-family: "Didot W01 Roman";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
}

/*.workshopsPraise .more a:hover {
	text-decoration: none;
}*/

.workshopsShoots {
	padding-bottom: 30px;
	padding-top: 50px;
}

.workshopsShoots img {
	height: auto;
	width: 100%;
}

.workshopsShoots hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 0px;
	margin-top: 40px;
}

.workshopsShoots h4 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 30px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.workshopsShoots .col-md-2 {
	padding-bottom: 30px;
}

.workshopsShoots h6 {
	line-height: 1.5em;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	margin: 0px;
	color: #494B59;
}

.workshopsShoots h5 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "Didot W01 Roman";
	font-size: 0.71em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
}

.workshopsShoots p {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
}

.workshopsSignup {
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #E3E7ED;
}

.no-float {
	float: none;
}

.workshopsSignup h3 {
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
	color: #C2D0DA;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

/*.workshopsSignup form {
	margin-top: -50px;
}*/

.workshopsSignup .gform_wrapper {
	margin-right: -30px;
	margin-left: -30px;
}

.workshopsSignup .gform_body, .workshopsSignup .validation_error, .workshopsSignup .gform_confirmation_wrapper {
	padding-right: 30px;
	padding-left: 30px;
}

.workshopsSignup .gform_fields {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.workshopsSignup .gfield {
	margin-bottom: 30px;
}

.workshopsSignup label {
	margin-bottom: 0;
	font-family: "Didot W01 Roman";
	font-weight: 400;
	vertical-align: middle;
}

.workshopsSignup .hidden_label label {
	display: none;
}

.workshopsSignup input[type="text"], .workshopsSignup textarea {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
	padding-left: 0;
	padding-bottom: 4px;
	padding-right: 0;
	padding-top: 4px;
	margin: 0px;
	border-bottom-color: #494B59;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	background-color: transparent;
	outline: none;
	line-height: normal;
	width: 100%;
}

.workshopsSignup .ginput_container_radio {
	display: inline-block;
}

.workshopsSignup .gfield_radio {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.workshopsSignup .gfield_radio li {
	display: inline;
	margin-left: 50px;
}

.workshopsSignup input[type="radio"] {
	margin-right: 8px;
}

.workshopsSignup textarea {
	resize: none;
	height: 100px;
}

.workshopsSignup .gform_footer {
	padding-right: 30px;
	padding-left: 30px;
}

.workshopsSignup .gform_button {
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 10px;
	font-family: "Didot W01 Roman";
	line-height: normal;
	font-size: 0.71em;
	background-color: #C2D0DA;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	border-style: none;
	transition: all 0.3s;
}

.workshopsSignup .gform_button:hover {
	color: white;
	background-color: #494B59;
}

.workshopsSignup h6 {
	top: 50%;
	left: 15px;
	position: absolute;
	margin: 0px;
	color: white;
	font-family: "Sweet Sans SC";
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.71em;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	white-space: nowrap;
}

.workshopsSignup .validation_error {
	margin-bottom: 30px;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	color: #cc0000;
}

.workshopsSignup .validation_message {
	margin-top: 6px;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	color: #cc0000;
}

.workshopsSignup .gform_confirmation_message {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
}

/*.workshopsSignup .form-group {
	margin-bottom: 30px;
}

.workshopsSignup .form-control {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
	padding-left: 0;
	padding-bottom: 4px;
	padding-right: 0;
	padding-top: 4px;
	margin: 0px;
	border-bottom-color: #494B59;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	line-height: normal;
	height: auto;
}

.workshopsSignup textarea {
	resize: none;
}

.workshopsSignup .btn-default {
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 10px;
	font-family: "Didot W01 Roman";
	line-height: normal;
	font-size: 0.71em;
	background-color: #B2C4D0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	border-style: none;
	border-radius: 0;
	transition: all 0.3s;
}

.workshopsSignup .btn-default:hover {
	color: white;
	background-color: #494B59;
}*/

/*.contactPhoto {
	margin-top: -50px;
}*/

.contactPhoto img {
	height: auto;
	width: 100%;
}

.contactTitle {
	padding-bottom: 50px;
	padding-top: 50px;
}

.contactTitle h2 {
	color: #494B59;
	margin: 0px;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
}

.contactTitle hr {
	width: 100px;
	border-top-color: #494B59;
	margin-bottom: 30px;
	margin-top: 30px;
}

.contactTitle h3 {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
}

.contactTitle a.info {
	color: #494B59;
	font-family: "Didot W01 Roman";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
}

.contactTitle a.info:hover {
	text-decoration: none;
}

.contactForms {
	padding-bottom: 50px;
	padding-top: 50px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/contact_form_floral.png);
	background-color: #F8F3EE;
}

.contactForms .nav {
	margin-bottom: 50px;
}

.contactForms .nav a {
	color: #494B59;
	font-family: "Didot W01 Roman";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
	display: inline-block;
}

.contactForms .nav a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #494B59;
	transition: width 0.3s;
	margin-top: 6px;
}

/*.contactForms .nav a:hover {
	text-decoration: none;
}*/

.contactForms .nav a:hover::after, .contactForms .nav a.active::after {
	width: 100%;
}

/*.contactForms .nav a.active {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom-color: #494B59;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}*/

.contactForms .gform_wrapper {
	margin-right: -30px;
	margin-left: -30px;
}

.contactForms .gform_body, .contactForms .validation_error, .contactForms .gform_confirmation_wrapper {
	padding-right: 30px;
	padding-left: 30px;
}

.contactForms .gform_fields {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.contactForms .gfield {
	margin-bottom: 30px;
}

/*b's edit*/
.contactForms .gfield {
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
    width: 100%;
}
/*b's edit*/
.workshopsSignup .gfield {
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
    width: 100%;
}

/*b's edit*/
.contactForms .gfield.border {
    border-bottom: 1px solid #000000;
}
/*b's edit*/
.workshopsSignup .gfield.border {
    border-bottom: 1px solid #000000;
}

.contactForms label {
	margin-bottom: 0;
	font-family: "Didot W01 Roman";
	font-weight: 400;
	vertical-align: middle;
	color: #494B59;
}

/*b's edit*/
.contactForms .ginput_container {
	-webkit-box-flex: 1;
  	-moz-box-flex: 1;
  	-webkit-flex: 1;
  	-ms-flex: 1;
  	flex: 1;    
}
/*b's edit*/
.workshopsSignup .ginput_container {
	-webkit-box-flex: 1;
  	-moz-box-flex: 1;
  	-webkit-flex: 1;
  	-ms-flex: 1;
  	flex: 1; 
}

.contactForms .hidden_label label {
	display: none;
}

/*b's edit*/
.contactForms .hidden_label label {
    display: inline-block;
    margin-right: 10px;
    line-height: 25px;
}
/*b's edit*/
.workshopsSignup .hidden_label label {
    display: inline-block;
    margin-right: 10px;
    line-height: 25px;
}

.contactForms input[type="text"], .contactForms textarea {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
	padding-left: 0;
	padding-bottom: 4px;
	padding-right: 0;
	padding-top: 4px;
	margin: 0px;
	border-bottom-color: #494B59;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	background-color: transparent;
	outline: none;
	line-height: normal;
	width: 100%;
}

/*b's edit*/
.contactForms input[type="text"], .contactForms textarea {
	border-bottom: none;
}
/*b's edit*/
.workshopsSignup input[type="text"], .workshopsSignup textarea {
	border-bottom: none;
}

.contactForms .ginput_container_radio {
	display: inline-block;
}

.contactForms .gfield_radio {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.contactForms .gfield_radio li {
	display: inline;
	margin-right: 50px;
}

.contactForms .gfield_radio input[type="radio"] {
	/*margin-right: 8px;
	opacity: 0;*/
	display: none;
}

.contactForms .gfield_radio label {
	padding-bottom: 4px;
	line-height: 1em;
	padding-left: 0.2em;
	font-size: 0.71em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	transition: border-bottom 0.3s;
}

.contactForms textarea {
	resize: none;
	height: 100px;
}

.contactForms .gform_footer {
	padding-right: 30px;
	padding-left: 30px;
}

.contactForms .gform_button {
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 10px;
	font-family: "Didot W01 Roman";
	line-height: normal;
	font-size: 0.71em;
	background-color: #e7ded2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	border-style: none;
	transition: all 0.3s;
}

.contactForms .gform_button:hover {
	color: white;
	background-color: #494B59;
}

.contactForms .validation_error {
	margin-bottom: 30px;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	color: #cc0000;
}

.contactForms .validation_message {
	margin-top: 6px;
	font-family: "Didot W01 Italic";
	font-size: 1em;
	color: #cc0000;
}

.contactForms .gform_confirmation_message {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
}

/*.contactForms .form-group {
	margin-bottom: 30px;
}

.contactForms .form-control {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
	padding-left: 0;
	padding-bottom: 4px;
	padding-right: 0;
	padding-top: 4px;
	margin: 0px;
	border-bottom-color: #494B59;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	line-height: normal;
	height: auto;
}

.contactForms .control-label {
	margin-bottom: 0;
	font-family: "Didot W01 Roman";
	font-weight: 400;
	vertical-align: middle;
	margin-right: 50px;
}

.contactForms .radio-inline + .radio-inline {
	margin-left: 50px;
}

.contactForms label {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 1em;
}

.contactForms textarea {
	resize: none;
}

.contactForms .btn-default {
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 10px;
	font-family: "Didot W01 Roman";
	line-height: normal;
	font-size: 0.71em;
	background-color: #e7ded2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #494B59;
	border-style: none;
	border-radius: 0;
	transition: all 0.3s;
}

.contactForms .btn-default:hover {
	color: white;
	background-color: #494B59;
}*/

.contactInfo {
	padding-top: 50px;
}

.contactInfo h4 {
	font-family: "Sweet Sans SC";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
	color: #494B59;
	margin: 0px;
}

.contactInfo h4 hr {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	border-top-color: #494B59;
}

.contactInfo .address {
	margin-bottom: 30px;
	margin-top: 30px;
}

.contactInfo h5 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	color: #494B59;
	font-family: "Didot W01 Roman";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
}

.contactInfo p {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "Didot W01 Roman";
	font-size: 1.43em;
	color: #494B59;
}

.contactInfo p a {
	color: #494B59;
	transition: color 0.3s;
}

.contactInfo p a:hover {
	/*text-decoration: none;*/
	color: #E3E7ED;
}


.contactInfo h6 {
	font-family: "Sweet Sans SC";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.71em;
	color: #E3E7ED;
	margin: 0px;
}

.errorTitle {
	padding-bottom: 65px;
	padding-top: 65px;
}

.errorTitle h2 {
	color: #494B59;
	font-family: "Didot W01 Italic";
	font-size: 2.29em;
	margin: 0px;
}

.errorTitle p {
	color: #494B59;
	font-family: "Didot W01 Roman";
	font-size: 0.71em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0px;
}

/* JQuery Pin It Plugin override styles - bcb */
div img.pinit-hover {
	opacity: 1 !important;
}
a.pinit-button.custom { 
	top: 43px !important; 
    text-indent: 0 !important;
	-webkit-transition: opacity .3s ease;
  	-moz-transition: opacity .3s ease;
  	-ms-transition: opacity .3s ease;
  	-o-transition: opacity .3s ease;
  	transition: opacity .3s ease;
  	opacity: 0;
}
a.pinit-button.custom.active { opacity: 1; }
div a.pinit-button.custom, div a.pinit-button.old_default {
	left: calc(100% - 101px - 15px) !important;
    text-indent: 0 !important;
}
@media (max-width: 991px) {
	div a.pinit-button.custom, div a.pinit-button.old_default {
		left: calc(100% - 101px - 30px) !important;
	}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.homeFeatured {
		padding-bottom: 100px;
	}
	.homeFeatured .title {
		padding-top: 140px;
	}
	.homeFeatured h2 {
		font-size: 3.57em;
	}
	.homeTestimonial h4 hr {
		width: 60px;
	}
	.homeTestimonial p {
		margin-bottom: 120px;
		margin-top: 120px;
		font-size: 4.29em;
	}
	.homeQuote {
		padding-top: 140px;
		padding-bottom: 60px;
	}
	.homeQuote .col-md-4 {
		padding-bottom: 0px;
	}
	.homeQuote h3 {
		margin-top: 60px;
		font-size: 3.57em;
	}
	.homeQuote h5 {
		margin-bottom: 70px;
	}
	.backToTop a.top {
		margin-top: 130px;
	}
	.portfolioGallery .overlay {
		opacity: 0;
		transition: opacity 0.2s ease-in;
	}
	.portfolioGallery a:hover .overlay {
		opacity: 1;
	}
	.portfolioGallery h3 {
		font-size: 3.57em;
	}
	.portfolioGallery h4 {
		font-size: 1.79em;
	}
	.detailFeatured {
		padding-bottom: 100px;
	}
	.detailFeatured h2 {
		font-size: 3.57em;
	}
	.detailFeatured h3 {
		font-size: 1.79em;
	}
	.detailGallery h3 {
		margin-bottom: 0px;
		font-size: 1.79em;
	}
	.detailCredits {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.detailCredits .col-md-2 {
		margin-top: 0px;
	}
	.aboutTeam {
		padding-bottom: 50px;
	}
	.aboutTeam.onHome {
		padding-top: 0;
	}
	.aboutTeam .profile {
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.aboutTeam.onHome .profile {
		padding-top: 140px;
	}
	.aboutTeam h3 {
		margin-top: 60px;
		font-size: 3.57em;
	}
	.aboutTeam h4 {
		font-size: 1.79em;
	}
	.aboutTeam h5 {
		margin-top: 60px;
	}
	.aboutTeam.onHome h5 {
		margin-top: 50px;
	}
	.aboutTeam .profile .col-md-4 {
		padding-bottom: 0px;
	}
	.pressTitle, .praiseTitle, .weddingsTitle, .engagementsTitle {
		padding-bottom: 150px;
		padding-top: 120px;
	}
	.pressTitle h2, .praiseTitle h2, .weddingsTitle h2, .engagementsTitle h2 {
		font-size: 4.29em;
	}
	.pressListing .box h5, .praiseListing .box h5 {
		font-size: 1.79em;
		margin-bottom: 20px;
	}
	.pressListing .box h6::after, .praiseListing .box h6::after {
		content: '';
		display: block;
		width: 0;
		height: 1px;
		background: #494B59;
		transition: width 0.3s;
		margin-top: 6px;
	}
	.pressListing a:hover .box h6::after, .praiseListing a:hover .box h6::after {
		width: 100%;
	}
	.pressListing .box p, .praiseListing .box p {
		margin-top: 20px;
		margin-bottom: 40px;
		font-size: 1em;
	}
	.modal-content a.close {
		top: 0px;
		right: 50px;
	}
	.modal-content h5 {
		font-size: 1.79em;
		margin-bottom: 30px;
	}
	.modal-content p {
		font-size: 4.29em;
	}
	.workshopsInfo {
		padding-bottom: 120px;
	}
	.workshopsInfo .content {
		padding-top: 100px;
	}
	.workshopsInfo h3 {
		margin-top: 60px;
		font-size: 3.57em;
	}
	.workshopsInfo h4 {
		font-size: 1.79em;
	}
	.workshopsSchedule hr {
		margin-top: 40px;
	}
	.workshopsSchedule .col-md-4 {
		padding-bottom: 0px;
	}
	.workshopsSchedule h4 {
		font-size: 1.79em;
	}
	.workshopsSchedule .form-inline .form-control {
		width: 140px;
	}
	.workshopsPraise {
		padding-top: 140px;
	}
	.workshopsPraise h4 {
		font-size: 1.79em;
	}
	.workshopsPraise p {
		font-size: 1.79em;
	}
	.workshopsShoots {
		padding-bottom: 80px;
		padding-top: 100px;
	}
	.workshopsShoots hr {
		margin-top: 100px;
	}
	.workshopsShoots .col-md-2 {
		padding-bottom: 0px;
	}
	.workshopsShoots h4 {
		font-size: 1.79em;
	}
	.workshopsSignup h3 {
		font-size: 4.29em;
		margin-bottom: 0px;
	}
	.workshopsSignup .formContainer {
		margin-top: -50px;
		z-index: 900;
	}
	.workshopsSignup .gform_body, .workshopsSignup .validation_error, .workshopsSignup .gform_confirmation_wrapper {
		width: 50%;
		margin-left: 25%;
	}
	.workshopsSignup .gform_footer {
		width: 16.66666667%;
		margin-left: 66.66666667%;
	}
	.workshopsSignup {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.contactTitle {
		padding-bottom: 120px;
		padding-top: 120px;
	}
	.contactTitle h2 {
		font-size: 3.57em;
	}
	.contactTitle h3 {
		font-size: 1.79em;
	}
	.contactForms {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.contactForms .nav {
		margin-bottom: 100px;
	}
	.contactForms .gform_body, .contactForms .validation_error, .contactForms .gform_confirmation_wrapper {
		width: 50%;
		margin-left: 25%;
	}
	.contactForms .gform_footer {
		width: 16.66666667%;
		margin-left: 66.66666667%;
	}
	.contactForms .gfield_radio {
		margin-top: 0px;
	}
	.contactForms .gfield_radio li {
		margin-right: 0px;
		margin-left: 50px;
	}
	.contactInfo {
		padding-bottom: 120px;
		padding-top: 80px;
	}
	.contactInfo p {
		font-size: 1.79em;
	}
	.errorTitle {
		padding-bottom: 150px;
		padding-top: 120px;
	}
	.errorTitle h2 {
		font-size: 4.29em;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body {
		padding-top: 100px;
	}
	.is-table-row {
		display: table;
	}
	.is-table-row > [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
	.container, .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.container > .navbar-header {
		margin-left: 0px;
		margin-right: 0px;
	}
	.navbar-header {
		/*display: block;
		width: auto;*/
		margin-bottom: -33px;
	}
	.navbar-brand {
		display: block;
		margin-right: 20px;
		padding: 0px;
		height: auto;
	}
	.navbar-brand img {
		width: 100px;
		height: auto;
	}
	.navbar > .container .navbar-brand {
		margin-left: 20px;
	}
	.navbar-brand-mobile {
		display: none;
	}
	.navbar-nav {
		margin-top: 36px;
	}
	.navbar-default .navbar-nav > li > a {
		text-align: left;
		padding: 0px;
	}
	.navbar-default .navbar-nav > li > a::after {
		content: '';
		display: block;
		width: 0;
		height: 1px;
		background: #E3E7ED;
		transition: width 0.3s;
		margin-top: 6px;
		margin-left: -2px;
	}
	.navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li.current-menu-item > a::after {
		width: 100%;
	}
	.portfolioGallery h3 {
		font-size: 2.29em;
	}
	.portfolioGallery h4 {
		font-size: 1.43em;
	}
	.detailGallery h3 {
		font-size: 1.14em;
	}
	.pressListing .box, .praiseListing .box {
		min-height: 293px;
	}
	.modal-content a.back {
		transform: rotate(90deg);
		transform-origin: right bottom;
		white-space: nowrap;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 15px;
		float: none;
		margin: 0px;
	}
	.modal-content a.next {
		transform: rotate(-90deg);
		transform-origin: left bottom;
		white-space: nowrap;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 15px;
		float: none;
		margin: 0px;
	}
	.workshopsSignup .gform_wrapper {
		margin-right: -15px;
		margin-left: -15px;
	}
	.workshopsSignup .gform_body, .workshopsSignup .validation_error, .workshopsSignup .gform_confirmation_wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
	.workshopsSignup .gform_footer {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contactForms .gform_wrapper {
		margin-right: -15px;
		margin-left: -15px;
	}
	.contactForms .gform_body, .contactForms .validation_error, .contactForms .gform_confirmation_wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contactForms .gform_footer {
		padding-right: 15px;
		padding-left: 15px;
	}
	footer .top {
		margin-bottom: 30px;
	}
	footer .col-md-4, footer .col-md-6 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	footer p {
		text-align: inherit;
	}
	footer .social {
		text-align: inherit;
	}
	footer .form-inline .form-control {
		width: 140px;
	}
}

/* Large devices (large desktops, 1360px and up) */
@media (min-width: 1360px) {
	.navbar-default .navbar-nav > li > a {
		margin-left: 35px;
		margin-right: 35px;
	}
	.portfolioGallery h3 {
		font-size: 3.57em;
	}
	.portfolioGallery h4 {
		font-size: 1.79em;
	}
	.detailGallery h3 {
		font-size: 1.79em;
	}
	.pressListing .box, .praiseListing .box {
		min-height: 358px;
	}
}