@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url('https://fonts.googleapis.com/css?family=Forum');
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.6;
	color: #7d7d7d;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
}
h1 { font-size: 4rem; line-height: 1.2; font-family: 'Forum', cursive; color: #C66700; margin-bottom: 20px; }
h2 { font-size: 3.5rem; line-height: 1.25; font-family: 'Forum', cursive; color: #C66700; margin-bottom: 20px; }
h3 { font-size: 2.5rem; line-height: 1.3; font-family: 'Forum', cursive; margin-bottom: 30px; }
h4 { font-size: 1.8rem; line-height: 1.35; }
p { margin-top: 0; }

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-para1 {
	font-size: 1.8rem;
}
footer.main h4 {
	font-family: 'Forum', cursive;
}
.text-small {
	font-size: 1.2rem;
}
@media (max-width: 768px) {
h1 { font-size: 2.5rem; line-height: 1.2; font-family: 'Forum', cursive; color: #C66700; margin-bottom: 20px; }
h2 { font-size: 2rem; line-height: 1.25; font-family: 'Forum', cursive; color: #C66700; margin-bottom: 20px; }
h3 { font-size: 1.8rem; line-height: 1.3; font-family: 'Forum', cursive; margin-bottom: 30px; }
h4 { font-size: 1.6rem; line-height: 1.35; }

p {
	font-size: 1.2rem;
}
.text-para1 {
	font-size: 1.5rem;
}
.text-right {
	text-align: center;
}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #c56928;
}
a:hover {
	color: #393536;
	transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
}
a.darklinks {
	color: #FFF;
}
a.darklinks:hover {
	color: #C56928;
}
a.lightlinks {
	color: #FFF;
}
a.lightlinks:hover {
	color: #ededed;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	padding: 30px 30px 15px 30px;
	overflow: hidden;
}
@media only screen and (min-width:768px)  {
.column {
	float: left;
	margin-right: 0;
	box-sizing: border-box;
	padding: 30px 30px 15px 30px;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; min-height: 360px; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	background: #FFF;
}
header.menu {
	background: #FFF;
}
.slider {
	display: block;
	clear: both;
	margin-bottom: -24px;
}
.slider ul {
	height: 700px;
	list-style: none;
	margin: 0;
}
.slider ul li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.row-style1 {
	background: #4e6e56;
	overflow: hidden;
	clear: both;
}
.row-style2 {
	background: rgba(115,81,52,0.1);
	overflow: hidden;
	clear: both;
	padding: 50px 30px 50px 30px;
}
.row-style3 {
	background: #FFF;
	overflow: hidden;
	clear: both;
	padding: 50px 30px 50px 30px;
}
.row-style4 {
	background: #C66700;
	overflow: hidden;
	clear: both;
	padding: 50px 30px 50px 30px;
}
main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	max-width: 1024px;
}
section.feature {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 40px;
	margin: 0 0 40px 0;
	background: rgba(115,81,52,0.1);
	border: solid 1px #C66700;
	border-radius: 3px;
}
footer.main {
	background: #4e6e56;
	overflow: hidden;
	clear: both;
	padding: 40px 0 40px 0;
	color: #FFF;
}
@media (max-width: 768px) {
.slider ul {
	height: 350px;
	list-style: none;
	margin: 0;
}
.row-style3 {
	background: #FFF;
	overflow: hidden;
	clear: both;
	padding: 30px 30px 30px 30px;
}
section.feature {
	padding: 20px;
}
}
@media (max-width: 480px) {
.slider ul {
	height: 200px;
	list-style: none;
	margin: 0;
}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
nav input[type=checkbox]#show-menu {
	display: none;
	visibility: hidden;
}
nav input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 100px;
	z-index: 200;
	top: 55px;
}
ul.nav-primary li {
	font-family: 'Forum', cursive;
	float: left;
	text-align: center;
	font-size: 1.7rem;
}
ul.nav-primary li a {
	display: block;
	padding: 0 15px 0 15px;
	line-height: 50px;
	color: #393536;
}
ul.nav-primary li a:hover {
	color: #c56928;
}
ul.nav-primary li img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 5px 5px 0 5px;
}
ul.nav-primary li img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
ul.nav-primary  li a.social {
	padding: 0 !important;
}
@media only screen and (max-width:768px)  {
nav.menu-wrapper {
	position: fixed;
	z-index: 200;
	background-color: #FFF;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	top: 0;
}
nav.menu-slide {
	height: 100%;
	overflow-y: scroll;
	top: 0;
	left: 0;
	width: 80%;
	max-width: 320px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
nav.menu-slide.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
ul.nav-primary {
	top: auto;
	margin: 0 auto 0 auto;
	width: 90%;
	position: relative;
	right: 0;
}
ul.nav-primary li {
	font-family: 'Forum', cursive;
	float: left;
	text-align: center;
	font-size: 1.7rem;
	width: 100%;
}
ul.nav-primary li a {
	display: block;
	padding: 0;
	line-height: 50px;
}
ul.nav-primary li a:hover {
}
ul.nav-primary li img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 10px auto;
}
.trigger {
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
	background: url(../images/icons/icon-menu.png) no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	width: 50px;
	height: 50px;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 100;
}
.trigger:focus {
	outline: none;
}
.trigger-close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../images/icons/icon-close.png) no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.trigger-close:focus {
	outline: none;
}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
ul.featitems {
	list-style: none;
	margin: 0;
	padding: 40px 30px 40px 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.featitems li {
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
	background: rgba(255,255,255,0.1);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Forum', cursive;
}
ul.featitems li:last-child {
	margin-right: 0;
}
ul.featitems li a {
	padding: 30px 0 30px 0;
	display: block;
	color: #FFF;
	border: solid 2px #3f5a45;
	border-radius: 3px;
}
ul.featitems li a:hover {
	background: #3f5a45;
	border: solid 2px #FFF;
	border-radius: 3px;
}
ul.header-social {
	position: absolute;
	top: 62px;
	right: 20px;
	list-style: none;
}
ul.header-social li {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 2px;
}
ul.header-social li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.header-social li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul.gallery-c2a {
	list-style: none;
	margin: 30px 0 0 0;
}
ul.gallery-c2a li {
	float: left;
	width: 22%;
	background: #4e6e56;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 15px;
	margin: 0 3% 0 0;
}
ul.gallery-c2a li:last-child {
	margin-right: 0;
}
ul.gallery-c2a li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px 0;
}
ul.gallery-c2a li a {
	display: block;
	height: 100%;
	font-family: 'Forum', cursive;
	font-size: 2.5rem;
	text-align: center;
	color: #FFF;
	padding: 50px 0 50px 0;
	text-shadow: 1px 1px 1px #000;
}
ul.gallery-c2a li:hover {
	opacity: 0.5;
	transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
}
ul.gallery-c2a li.c2a-btn1 {
	width: 25%;
	background: url(../images/gallery-c2a-families.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
ul.gallery-c2a li.c2a-btn2 {
	width: 20%;
	background: url(../images/gallery-c2a-children.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
ul.gallery-c2a li.c2a-btn3 {
	width: 25%;
	background: url(../images/gallery-c2a-maternity.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
ul.gallery-c2a li.c2a-btn4 {
	width: 20%;
	background: url(../images/gallery-c2a-weddings.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}


ul.lightGallery {
	list-style: none;
	margin: 0;
}
ul.lightGallery li {
	width: 23%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.lightGallery li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.lightGallery li p {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 1.5rem;
}
ul.lightGallery li:hover p {
	display: block;
	color: #FFF;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.3) url(../images/icon-view.png) no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

ul.lightGallery-sm {
	list-style: none;
	margin: 0;
}
ul.lightGallery-sm li {
	width: 23%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.lightGallery-sm li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.lightGallery-sm li p {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 1.5rem;
}
ul.lightGallery-sm li:hover p {
	display: block;
	color: #FFF;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.3) url(../images/icon-view.png) no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}


ul.sitemap {
	list-style: none;
	margin: 0 auto;
	font-size: 1.5rem;
	width: 50%;
	float: left;
}
ul.sitemap li {
	float: left;
	font-family: 'Forum', cursive;
	width: 100%;
	line-height: 32px;
}
ul.sitemap li a {
	display: block;
	color: #FFF;
}
ul.sitemap li a:hover {
	color: #C66700;
}
	
@media (max-width: 768px) {
ul.featitems {
	padding: 20px 15px 20px 15px;
}
ul.featitems li {
	width: 31.333%;
	margin: 0 3% 0 0;
	font-size: 1.7rem;
}
ul.featitems li a {
	padding: 20px 0 20px 0;
}
ul.header-social {
	position: relative;
	top: 20px;
	right: auto;
	display: table;
	margin: 0 auto;
}
ul.gallery-c2a li {
	margin-bottom: 15px;
}
ul.gallery-c2a li.c2a-btn1 {
	width: 100%;
}
ul.gallery-c2a li.c2a-btn2 {
	width: 100%;
}
ul.gallery-c2a li.c2a-btn3 {
	width: 100%;
}
ul.gallery-c2a li.c2a-btn4 {
	width: 100%;
}
ul#lightGallery li {
	width: 31.333%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.sitemap {
	margin: 0 0 20px 0;
	width: 100%;
	text-align: center;
}
}
@media (max-width: 480px) {
ul.featitems {
	padding: 20px 15px 15px 15px;
}
ul.featitems li {
	width: 100%;
	margin: 0 3% 10px 0;
	font-size: 1.7rem;
}
ul.featitems li a {
	padding: 10px 0 10px 0;
}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 240px;
	height: auto;
	padding: 20px;
	display: inline-block;
}
img.logo-menu {
	display: none;
}
img.profile {
	width: 100%;
	height: auto;
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
img.icon-fb {
	width: 120px;
	height: auto;
	clear: both;
	padding: 20px 0 0 0;
}
img.icon-fb:hover {
	opacity: 0.7;
}
img.social {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 5px 5px;
}
img.social:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

@media (max-width: 768px) {
img.logo {
	width: 190px;
	padding: 10px 0 10px 20px;
	margin: 0 auto;
	display: block;
}
img.logo-menu {
	width: 190px;
	height: auto;
	padding: 20px;
	display: block;
	margin: 0 auto;
}
}
@media (max-width: 480px) {
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
	width: 70%;
	margin: 0 auto;
}
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	margin: 0 0 10px 0;
	height: 50px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.2rem;
}
textarea {
	min-height: 130px;
	padding: 15px 15px 15px 15px;
}
select {
	border-radius: 0;
	background: #FFF url(../images/icons/icon-select.png) no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	outline: 0;
	border: solid 1px #4e6e56;
}
label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
}
input[type="submit"] {
	display: inline;
	padding: 0 30px 0 30px;
	margin-top: 20px;
	background: #4e6e56;
	border: solid 1px #3f5a45;
	border-radius: 2px;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover {
	background: #C66700;
	border: solid 1px #a90707;
	transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-webkit-transition: ease 0.5s;
}
@media (max-width: 768px) {
form {
	width: 100%;
}
}
@media (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-style1 {
	border: solid 2px #4e6e56;
	background: none;
	font-size: 1.5rem;
	padding: 0 40px 0 40px;
	line-height: 32px;
	display: inline-block;
	color: #4e6e56;
	font-family: 'Forum', cursive;
	border-radius: 3px;
}
a.btn-style1:hover {
	background: #4e6e56;
	color: #FFF;
}
a.btn-style2 {
	border: solid 2px #FFF;
	background: none;
	font-size: 1.5rem;
	padding: 0 40px 0 40px;
	line-height: 32px;
	display: inline-block;
	color: #FFF;
	font-family: 'Forum', cursive;
	border-radius: 3px;
	margin: 20px 0 0 0;
}
a.btn-style2:hover {
	background: #C66700;
	color: #FFF;
}
a.btn-style3 {
	border: solid 2px #C66700;
	background: none;
	font-size: 1.5rem;
	padding: 0 40px 0 40px;
	line-height: 32px;
	display: inline-block;
	color: #C66700;
	font-family: 'Forum', cursive;
	border-radius: 3px;
	margin: 20px 15px 0 0;
}
a.btn-style3:hover {
	background: #C66700;
	color: #FFF;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr.style1 {
	margin: 50px auto 50px auto;
	border-top: solid 1px #7d7d7d;
	border-bottom: none;
	width: 30%;
}
hr.divide {
	width: 10%;
	border-top: solid 2px #7d7d7d;
	margin: 40px auto 40px auto;
}
blockquote {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}
cite {
	font-style: italic;
	text-align: left;
	width: 100%;
	display: block;
	margin: 15px 0 0 0;
}
hr {
	border-top: solid 1px #FFF;
	border-bottom: none;
	margin: 20px 0 20px 0;
}
.byline {
	text-align: center;
	font-size: 1.1rem;
	background: #3f5a45;
	line-height: 2.5;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

