/* Colours
	#E8D9D3 - Brownish pink for backgrounds
	#3A3A3A - Greyish brown
	#7A7365 - Greenish brown
	#7A6A65 - redish brown for text
	#FEFCFC - Very light pink
	#F9F2F2 - Medium pink
*/

@font-face {
    font-family: aetsheticwhite;
    src: url(/fonts/aetsheticwhite.otf);
}

.aetsheticwhite {
	font-family: aetsheticwhite;
}

body {
    margin: 0;
    padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}

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

p, li, a {
	font-size: 15px;
	line-height: 35px;
	color: #3B1A1A;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
	font-family: 'Josefin Sans', sans-serif;
}

h2 {
	color: #7A6A65;
}

strong {
    font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
}

.btn-primary.wht {
    background-color: transparent;
    border: 4px solid #fff;
    border-radius: 0;
    padding: 10px 40px;
    min-width: 200px;
    width: auto;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
	font-weight: 800;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
    background-color: transparent!important;
    outline: none;
}

.btn-primary.pink {
    background-color: #E8D9D3;
    border: 4px solid #E8D9D3;
    border-radius: 0;
    padding: 18px 40px 14px 40px;
    width: auto;
    font-size: 18px;
    text-transform: uppercase;
    color: #7A6A65;
    font-weight: 800;
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 0;
}

.btn-primary.pink:link, .btn-primary.pink:visited, .btn-primary.pink:hover, .btn-primary.pink:active {
    background-color: #E8D9D3!important;
    outline: none;
}

.btn-primary.pink-inv {
    background-color:transparent;
    border: 4px solid #E8D9D3;
    border-radius: 0;
    padding: 16px 40px 10px 40px;
    width: auto;
    font-size: 18px;
    text-transform: uppercase;
    color:  #E8D9D3;
	font-weight: 800;
}

.btn-primary.pink-inv:link, .btn-primary.pink-inv:visited, .btn-primary.pink-inv:hover, .btn-primary.pink-inv:active {
    background-color: transparent!important;
    outline: none;
}

header {
    position: absolute;
    top:auto;
    left: 0;
	bottom:0;
/* 	height:0; */
    right: 0;
	z-index:999999;
}

.home-header header {
	top: 20px;
	bottom: auto;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-color: transparent;
    border-color: transparent;
    text-align: center;
}

.navbar-nav {
    float: none;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
	padding: 10px 20px 0 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #FEFCFC;
    font-size: 18px;
    text-transform: uppercase;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #FEFCFC!important;
}

.nav>li>a {
    padding:0;
}

.nav>li.logo>a {
	font-family: 'Josefin Sans', sans-serif;
	color: #FEFCFC;
	font-size: 50px;
	text-transform: capitalize;
}

.nav>li>a>img {
    max-width: 70%;
    width: 70%;
}

.pl20 {
	padding-left: 20px;
}

/* Home page */
.home-header, .other-headers {
	position: relative;
}

.home-header .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.home-about {
	position: relative;
	padding-top: 5%;
	padding-bottom: 8%;
}

.home-about .col-md-6 {
	padding: 0;
}

.front {
	background-color: #E8D9D3;
	padding: 40px;
	color: #7A6A65;
	position: absolute;
	left:20%;
	top: 100px;
	right: -5%;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	z-index: 99999999;
}

.front h2 {
	font-size: 80px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.front p {
	line-height: 30px;
/* 	font-size: 18px; */
}

.front ul {
	list-style-type: none;
	padding-left: 0;
/* 	float: right; */
}

.behind {
	margin-top: 20px;
	z-index: -100;
}

.front li>a {
	font-family: 'Josefin Sans', sans-serif;
	color: #7A6A65;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding-left: 0;
	transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

.front li>a>span>i {
	font-size: 20px;
	padding-left: 0;
	color: #FFFFFF;
	margin-right: 20px;
}

.packages-text a, .input-group-addon, .img-overlay span>i {
/* 	font-size: 20px; */
	padding-left: 0;
	margin-right: 20px;
	transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

.front li>a:hover, .packages-text a:hover {
	padding-left: 10px;
	-moz-padding-left: 10px;
    -webkit-padding-left: 10px;
	color: rgba(59, 26, 26, 0.7);
	cursor: pointer;
}

.input-group-addon:hover {
	padding-left: 20px;
	color: rgba(59, 26, 26, 0.7);
	cursor: pointer;
}

.parallax {
	background-image: url('/images/home/home-parallax.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 70vh;
	height: auto;
	padding-top: 27vh;
	text-align: center;
}

.parallax h3 {
	font-size: 80px;
	color: #fff;
	font-weight: 400;
}

.home-sections h3 {
    font-size: 80px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20%;
    padding-top: 30%;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

.lifestyle, .wedding {
	background-position: center;
	background-size: cover;
	min-height: 400px;
	height: auto;
	text-align: center;
}

.lifestyle h3:hover, .wedding h3:hover {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    padding-top: 30%;
    min-height: 400px;
    height: auto;
}

.home-sections {
	padding-top: 5%;
	padding-bottom: 5%;
}

/* General headers */
.other-headers {
	background-position: center;
	background-size: cover;
	min-height: 500px;
	height: auto;
}

.page-heading {
	position: relative;
}

.page-heading h1 {
	margin-bottom: 5%;
    font-size: 80px;
    font-weight: 300;
    color: #7A6A65;
}

.page-heading h2, .faq-heading h2 {
    margin-bottom: 3%;
    font-size: 80px;
    font-weight: 300;
    color: #7A6A65;
    font-family: aetsheticwhite;
	text-transform: normal;
}

.page-heading span {
    letter-spacing: 5.41px;
    color: #E8D9D3;
    opacity: 0.8;
    font-size: 100px;
    position: absolute;
    top: -51px;
    left: 0;
    right: 0;
    z-index: -100;
}

.front .page-heading span{
	color:#fff;
	font-size:80px;
	top:-28px;
}

/* Packages page */
.packages {
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

.packages-text a {
	color: #7A6A65;
/* 	font-size: 20px; */
	font-weight: 600;
	text-transform: uppercase;
}

.packages-text {
	margin-top: 10%;
	text-align: left;
	padding-left: 10%;
}

.packages-text p {
/* 	font-size: 18px; */
}

.packages-text a {
/* 	font-size: 16px; */
	font-family: 'Josefin Sans', sans-serif;
	color: #7A6A65;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 0;
}

.packages-text i {
	color: #E8D9D3;
	font-size: 20px;
	margin-right: 20px;
}

.packages-parallax {
	background-image: url('/images/packages/packages-parallax.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 60vh;
	height: auto;
}

.packages-faqs {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}

.faqs {
	margin-top: 5%;
}

.panel-default>.panel-heading {
    color: #7A6A65;
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.panel-title a{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
    text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    border-top: none;
	background-color:#E8D9D3;
	color: #7A6A65;
}

.panel-group .panel {
	box-shadow: none;
}

.panel-body {
    padding: 15px;
/*     font-size: 18px; */
}

/* Portfolio page */
.portfolio {
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

.portfolio .btn-primary {
	margin-top: 5%;
	margin-bottom: 5%;
}

.image-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.img-overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0px;
	color: #E8D9D3;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	padding-top: 80%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	vertical-align: baseline;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.img-overlay h3 {
	text-transform: uppercase;
	font-size: 30px;
}

.img-overlay p {
	color: #E8D9D3;
}

.img-overlay a {
	opacity: 0;
	color: #E8D9D3;
	font-weight: 600;
	font-size: 20px;
}

.blog-cta {
    font-size: 20px;
    font-weight: 800;
	opacity: 0;
	font-family: 'Josefin Sans', sans-serif;
}

.img-overlay:hover .blog-cta {
	cursor: pointer;
	opacity: 1;
}

.blog-cta:hover {
	padding-left: 20px;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.img-overlay:hover {
	padding-top: 70%
}

.blog-post {
	text-align:center;
	margin-top: 5%;
	margin-bottom: 5%;
}

.blog-post .social-share i {
	font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
	color: #7A6A65;
}

.blog-post-heading {
	margin-top: 5%;
	margin-bottom: 5%;
}

.blog-post-heading h2 {
	font-size: 40px;
	font-weight: 400;
}

.blog-post-heading p {
	color: #E8D9D3;
	font-size: 20px;
}

.blog-post-content img {
	margin-top: 20px;
/* 	margin-bottom: 20px; */
}

/* Contact page */
.contact {
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

.contact h2 {
	margin-bottom: 5%;
}

.contact p {
/* 	line-height: 25px; */
/* 	font-size: 18px; */
}

.contact-form {
	text-align: left;
	padding-top: 5%;
}

.form-btn {
    width: 20%;
    float: left;
	margin-right: auto;
	margin-left: auto;
    background-color: transparent;
    border: none;
	text-align:left;
	text-transform: uppercase;
	font-weight: 600;
	color: #7A6A65;
	font-family: 'Josefin Sans', sans-serif;
}

.input-group-addon {
    padding: 4px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    float: left;
    margin-right: auto;
    margin-left: auto;
}

.input-group-addon i {
	vertical-align: middle;
	line-height: 30px;
	color: #E8D9D3;
}

label {
	color: #7A6A65;
	line-height: 40px;
	vertical-align: middle;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}

input {
	width: 100%;
	padding: 10px;
	border: 2px solid #E8D9D3;
	font-family: 'Josefin Sans', sans-serif;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	border: 2px solid #E8D9D3;
	font-family: 'Josefin Sans', sans-serif;
}

input:focus, textarea:focus {
	outline: #E8D9D3;
} 

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6cedbc;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

/* Footer */
footer {
	text-align: center;	
	background-color: #E8D9D3;
	padding-top: 5%;
	padding-bottom: 5%;
}

.footer-lower p, .footer-lower a {
	margin-bottom: 0;
/* 	font-size: 18px!important; */
}

.footer p {
	margin-bottom: 0;
/* 	font-size: 18px!important; */
}

.footer-lower a:hover, .footer a:hover {
	color: #7A6A65;
}

.footer h3 {
    font-size: 70px;
    line-height: 90px;
    font-family: aetsheticwhite;
	color: #3B1A1A;
}

.footer-lower {
    padding-top: 20px;
}

.footer-social {
	list-style-type: none;
	padding-left: 0;
	padding: 20px;
}

.footer-social li {
	display: inline-block;
}

.footer-social i {
    vertical-align: middle;
    font-size: 30px;
    display: inline-block;
    border: 5px solid #7A6A65;
    padding: 10px;
    border-radius: 50%;
	color: #7A6A65;
	width:60px;
}

.fa-facebook-f:before, .fa-instagram:before {
    width: 40px;
    height: 40px;
}

.mobi-img{
	width: 100%;
    height: auto;
	display:none;
}

.main-img{
	width: 100%;
    height: auto;
    display: inline-block;
}

.mobi-logo{
	display:none;
}

/* .p20{
	padding-left:20px;
}
 */
.p20plh{
/* 	padding-left:20px; */
	margin-bottom:0; 
	line-height: 20px;
}

.p20lh{
	line-height: 20px;
}

.p20m{
	line-height: 20px; 
	margin-bottom: 20px;
}

/* .p40{
	padding-left:40px;
} */

/* .p60{
	padding-left:60px;
} */

/* .p80{
	padding-left:80px;
} */

/* .p100{
	padding-left:100px;
}
 */
.p100plh{
/* 	padding-left:100px; */
	margin-bottom:0; 
	line-height: 20px;
}

/* .p140{
	padding-left:140px;
} */

.p140plh{
/* 	padding-left:140px; */
	margin-bottom:0; 
	line-height: 20px;
}